/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 56 EGLint texture_type = EGL_PBUFFER_BIT; in _eglParseSurfaceAttribList() 141 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 152 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 163 if (type != EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 224 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) { in _eglParseSurfaceAttribList() 265 case EGL_PBUFFER_BIT: in _eglInitSurface() 337 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 342 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 346 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() 350 if (surface->Type == EGL_PBUFFER_BIT) in _eglQuerySurface() [all …]
|
D | eglconfig.c | 336 mask = EGL_PBUFFER_BIT | in _eglValidateConfig() 421 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) { in _eglValidateConfig()
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 66 else if (typeBit == EGL_PBUFFER_BIT) in postSurface() 180 if (m_surfaceTypeMask & EGL_PBUFFER_BIT) in executeForConfig() 197 executeForSurface(display, *surface, Config(config, EGL_PBUFFER_BIT, 0)); in executeForConfig() 439 { "pbuffer", EGL_PBUFFER_BIT, surfaceType<EGL_PBUFFER_BIT> } in getDefaultRenderFilterLists() 460 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT); in getDefaultRenderFilterLists()
|
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 …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_MULTISAM… in init() 1275 …if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_SWAP_BEH… in init()
|
D | teglThreadCleanUpTests.cpp | 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPBuffer()
|
D | teglMultiContextTests.cpp | 96 return (c.get(EGL_SURFACE_TYPE) & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in supportsPBuffer()
|
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()
|
D | teglWideColorTests.cpp | 1228 if (m_surfaceType & EGL_PBUFFER_BIT) in executeTest() 1397 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in init() 1430 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in init() 1460 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in init() 1488 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in init()
|
D | teglNegativePartialUpdateTests.cpp | 87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPbuffer()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase.java | 73 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT, 82 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_surfaceless.c | 177 return dri2_surfaceless_create_surface(drv, disp, EGL_PBUFFER_BIT, conf, in dri2_surfaceless_create_pbuffer_surface() 184 assert(!surf || surf->Type == EGL_PBUFFER_BIT); in surfaceless_swap_buffers() 212 config_count + 1, EGL_PBUFFER_BIT, NULL, in surfaceless_add_configs_for_visuals()
|
D | platform_x11.c | 241 if (type == EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 270 if (type != EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 302 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc) in dri2_x11_create_surface() 314 if (type == EGL_PBUFFER_BIT) { in dri2_x11_create_surface() 328 if (type == EGL_PBUFFER_BIT) in dri2_x11_create_surface() 375 return dri2_x11_create_surface(drv, disp, EGL_PBUFFER_BIT, conf, in dri2_x11_create_pbuffer_surface() 396 if (surf->Type == EGL_PBUFFER_BIT) in dri2_x11_destroy_surface() 745 EGL_PBUFFER_BIT; in dri2_x11_add_configs_for_visuals() 827 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT) in dri2_copy_region() 864 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT) in dri2_x11_swap_buffers_msc()
|
D | platform_x11_dri3.c | 156 if (type == EGL_PBUFFER_BIT) { in dri3_create_surface() 182 if (type == EGL_PBUFFER_BIT) in dri3_create_surface() 241 return dri3_create_surface(drv, disp, EGL_PBUFFER_BIT, conf, in dri3_create_pbuffer_surface() 359 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT) in dri3_swap_buffers()
|
D | platform_android.c | 388 return droid_create_surface(drv, disp, EGL_PBUFFER_BIT, conf, in droid_create_pbuffer_surface() 470 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { in get_front_bo() 535 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) { in get_back_bo() 1086 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in droid_add_configs_for_visuals()
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 39 #define EGL_PBUFFER_BIT 0x0001 macro 223 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 39 #define EGL_PBUFFER_BIT 0x0001 macro 223 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 76 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in onInitializeContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 76 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in onInitializeContext()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 302 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
|
D | egluGLUtil.cpp | 227 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC: requiredSurface = EGL_PBUFFER_BIT; break; in configMatches()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 131 ((surfaceBits & EGL_PBUFFER_BIT) ? SURFACETYPE_PBUFFER : 0); in getDefaultEglConfigList()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 469 i32Values[1] & EGL_PBUFFER_BIT ? "PBUFFER " : "", in OutputAPIInfo() 575 conflist[i] |= EGL_PBUFFER_BIT; in SelectEGLConfiguration()
|
/external/mesa3d/docs/specs/ |
D | EGL_MESA_platform_surfaceless.txt | 103 EGL_SURFACE_TYPE attribute contains EGL_PBUFFER_BIT, then the EGLDisplay
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 148 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */ macro
|
/external/virglrenderer/src/ |
D | virgl_egl_context.c | 155 conf_att[1] = EGL_PBUFFER_BIT; in virgl_egl_init()
|