/third_party/mesa3d/src/egl/main/ |
H A D | eglsurface.c | 58 EGLint texture_type = EGL_PBUFFER_BIT; in _eglParseSurfaceAttribList() 248 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 259 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 270 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 339 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 381 case EGL_PBUFFER_BIT: in _eglInitSurface() 471 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 476 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 480 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 484 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() [all...] |
H A D | eglconfigdebug.c | 119 if (surfaces & EGL_PBUFFER_BIT) in _eglPrintConfig()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderCase.cpp | 66 else if (typeBit == EGL_PBUFFER_BIT) in postSurface() 181 if (surfaceTypes & m_surfaceTypeMask & EGL_PBUFFER_BIT) in executeForConfig() 198 executeForSurface(display, *surface, Config(config, EGL_PBUFFER_BIT, 0)); in executeForConfig() 440 { "pbuffer", EGL_PBUFFER_BIT, surfaceType<EGL_PBUFFER_BIT> } in getDefaultRenderFilterLists() 461 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT); in getDefaultRenderFilterLists()
|
H A D | teglNegativeApiTests.cpp | 205 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 584 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 598 if (getConfig(&noPbufferConfig, FilterList() << notSurfaceBits<EGL_PBUFFER_BIT>)) in init() 657 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 874 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 968 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBits<EGL_PBUFFER_BIT>); in init() 1125 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 1210 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 1244 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_MULTISAMPLE_RESOLVE_BOX_BIT>)) in init() 1275 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBit in init() [all...] |
H A D | teglMultiContextTests.cpp | 96 return (c.get(EGL_SURFACE_TYPE) & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in supportsPBuffer()
|
H A D | teglThreadCleanUpTests.cpp | 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPBuffer()
|
H A D | teglQuerySurfaceTests.cpp | 489 if (surfaceType == EGL_PBUFFER_BIT) in testAttributes() 668 testAttributes(display, *surface, EGL_PBUFFER_BIT, info); in executeForConfig() 730 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in init() 781 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLNoConfigContextTest.cpp | 108 (surfaceType & EGL_PBUFFER_BIT) != EGL_PBUFFER_BIT) in TEST_P()
|
H A D | EGLBackwardsCompatibleContextTest.cpp | 54 if (surfaceType & EGL_PBUFFER_BIT) 68 if (surfaceType & EGL_PBUFFER_BIT)
|
H A D | EGLContextCompatibilityTest.cpp | 402 ANGLE_SKIP_TEST_IF((surfaceType & EGL_PBUFFER_BIT) == 0); 464 ANGLE_SKIP_TEST_IF((surfaceType & EGL_PBUFFER_BIT) == 0); 467 areConfigsCompatible(config1, config2, EGL_PBUFFER_BIT));
|
H A D | EGLQueryContextTest.cpp | 45 if (surfaceType & EGL_PBUFFER_BIT)
|
H A D | EGLSurfacelessContextTest.cpp | 48 if (surfaceType & EGL_PBUFFER_BIT)
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11_dri3.c | 116 if (surf->Type == EGL_PBUFFER_BIT) in dri3_destroy_surface() 144 case EGL_PBUFFER_BIT: in egl_to_loader_dri3_drawable_type() 171 if (type == EGL_PBUFFER_BIT) { in dri3_create_surface() 215 if (type == EGL_PBUFFER_BIT) in dri3_create_surface() 272 return dri3_create_surface(disp, EGL_PBUFFER_BIT, conf, in dri3_create_pbuffer_surface()
|
H A D | platform_x11.c | 292 if (type == EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 310 if (type != EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 346 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc) in dri2_x11_create_surface() 358 if (type == EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 372 if (type == EGL_PBUFFER_BIT) in dri2_x11_create_surface() 417 return dri2_x11_create_surface(disp, EGL_PBUFFER_BIT, conf, in dri2_x11_create_pbuffer_surface() 436 if (surf->Type == EGL_PBUFFER_BIT) in dri2_x11_destroy_surface() 788 EGL_PBUFFER_BIT; in dri2_x11_add_configs_for_visuals() 880 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT) in dri2_copy_region()
|
H A D | platform_ohos.c | 421 return ohos_create_surface(disp, EGL_PBUFFER_BIT, conf, in ohos_create_pbuffer_surface() 508 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { in get_front_bo() 546 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { in get_back_bo() 888 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in ohos_add_configs_for_visuals()
|
H A D | platform_android.c | 747 return droid_create_surface(disp, EGL_PBUFFER_BIT, conf, 844 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { 884 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { 1320 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.cpp | 105 if (mType == EGL_PBUFFER_BIT) in Surface() 824 : Surface(EGL_PBUFFER_BIT, config, attribs, robustResourceInit) in PbufferSurface() 835 : Surface(EGL_PBUFFER_BIT, config, attribs, robustResourceInit, buftype) in PbufferSurface()
|
H A D | Config_unittest.cpp | 47 config.surfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in GenerateGenericConfig()
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 76 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in onInitializeContext()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 131 ((surfaceBits & EGL_PBUFFER_BIT) ? SURFACETYPE_PBUFFER : 0); in getDefaultEglConfigList()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 93 if (surface_type & EGL_PBUFFER_BIT) { in wgl_add_config() 164 unsigned surface_type = EGL_PBUFFER_BIT | (hdc ? EGL_WINDOW_BIT : 0); in wgl_add_configs()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 39 #define EGL_PBUFFER_BIT 0x0001 macro 237 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 118 #define EGL_PBUFFER_BIT 0x01 /* EGL_SURFACE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 114 #define EGL_PBUFFER_BIT 0x01 /* EGL_SURFACE_TYPE mask bits */ macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 136 #define EGL_PBUFFER_BIT 0x01 /* EGL_SURFACE_TYPE mask bit */ macro
|