Home
last modified time | relevance | path

Searched refs:EGL_PIXMAP_BIT (Results 1 - 25 of 48) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglRenderCase.cpp64 else if (typeBit == EGL_PIXMAP_BIT) in postSurface()
157 if (surfaceTypes & m_surfaceTypeMask & EGL_PIXMAP_BIT) in executeForConfig()
171 executeForSurface(display, *surface, Config(config, EGL_PIXMAP_BIT, 0)); in executeForConfig()
439 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, }, in getDefaultRenderFilterLists()
461 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT); in getDefaultRenderFilterLists()
H A DteglCreateSurfaceTests.cpp373 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
418 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
448 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
H A DteglQuerySurfaceTests.cpp622 testAttributes(display, *surface, EGL_PIXMAP_BIT, info); in executeForConfig()
715 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
766 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c67 texture_type |= EGL_PIXMAP_BIT; in _eglParseSurfaceAttribList()
377 case EGL_PIXMAP_BIT: in _eglInitSurface()
520 case EGL_PIXMAP_BIT: in _eglQuerySurface()
765 texture_type |= EGL_PIXMAP_BIT; in _eglBindTexImage()
809 texture_type |= EGL_PIXMAP_BIT; in _eglReleaseTexImage()
H A Deglconfigdebug.c121 if (surfaces & EGL_PIXMAP_BIT) in _eglPrintConfig()
H A Deglcontext.c646 case EGL_PIXMAP_BIT: in _eglQueryContextRenderBuffer()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp130 ((surfaceBits & EGL_PIXMAP_BIT) ? SURFACETYPE_PIXMAP : 0) | in getDefaultEglConfigList()
/third_party/EGL/api/1.2/EGL/
H A Degl.h119 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/EGL/api/1.2/
H A Degl.h115 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/EGL/api/1.1/EGL/
H A Degl.h137 #define EGL_PIXMAP_BIT 0x02 /* " */ macro
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPixmapTest.cpp47 mSupportsPixmaps = (surfaceType & EGL_PIXMAP_BIT) != 0;
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h115 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h167 #define EGL_PIXMAP_BIT 0x02 /* " */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h115 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp226 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE: requiredSurface = EGL_PIXMAP_BIT; break; in configMatches()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c142 case EGL_PIXMAP_BIT: in egl_to_loader_dri3_drawable_type()
264 return dri3_create_surface(disp, EGL_PIXMAP_BIT, conf, in dri3_create_pixmap_surface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp110 if (mType == EGL_PIXMAP_BIT) in Surface()
848 : Surface(EGL_PIXMAP_BIT, config, attribs, robustResourceInit) in PixmapSurface()
/third_party/EGL/api/1.0/EGL/
H A Degl.h137 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/EGL/api/1.0/
H A Degl.h134 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h134 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h134 #define EGL_PIXMAP_BIT 0x02 /* EGL_SURFACE_TYPE mask bits */ macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp736 (pixmapSupport ? EGL_PIXMAP_BIT : 0); in generateConfigs()
750 (pixmapSupport ? EGL_PIXMAP_BIT : 0); in generateConfigs()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c100 surface_type &= ~EGL_PIXMAP_BIT; in wgl_add_config()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h102 #define EGL_PIXMAP_BIT 0x0002 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h102 #define EGL_PIXMAP_BIT 0x0002 macro

Completed in 21 milliseconds

12