Home
last modified time | relevance | path

Searched refs:EGL_PBUFFER_BIT (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/egl/main/
Deglsurface.c56 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 …]
Deglconfig.c336 mask = EGL_PBUFFER_BIT | in _eglValidateConfig()
421 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) { in _eglValidateConfig()
/external/deqp/modules/egl/
DteglRenderCase.cpp66 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()
DteglNegativeApiTests.cpp205 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()
DteglThreadCleanUpTests.cpp55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPBuffer()
DteglMultiContextTests.cpp96 return (c.get(EGL_SURFACE_TYPE) & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in supportsPBuffer()
DteglQuerySurfaceTests.cpp489 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()
DteglWideColorTests.cpp1228 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()
DteglNegativePartialUpdateTests.cpp87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPbuffer()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase.java73 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
82 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c177 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()
Dplatform_x11.c241 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()
Dplatform_x11_dri3.c156 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()
Dplatform_android.c388 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/
DGLTestContext_command_buffer.cpp39 #define EGL_PBUFFER_BIT 0x0001 macro
223 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp39 #define EGL_PBUFFER_BIT 0x0001 macro
223 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in CommandBufferGLTestContext()
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp76 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in onInitializeContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp76 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT, in onInitializeContext()
/external/deqp/framework/egl/
DegluStrUtil.inl302 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
DegluGLUtil.cpp227 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC: requiredSurface = EGL_PBUFFER_BIT; break; in configMatches()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp131 ((surfaceBits & EGL_PBUFFER_BIT) ? SURFACETYPE_PBUFFER : 0); in getDefaultEglConfigList()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp469 i32Values[1] & EGL_PBUFFER_BIT ? "PBUFFER " : "", in OutputAPIInfo()
575 conflist[i] |= EGL_PBUFFER_BIT; in SelectEGLConfiguration()
/external/mesa3d/docs/specs/
DEGL_MESA_platform_surfaceless.txt103 EGL_SURFACE_TYPE attribute contains EGL_PBUFFER_BIT, then the EGLDisplay
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h148 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */ macro
/external/virglrenderer/src/
Dvirgl_egl_context.c155 conf_att[1] = EGL_PBUFFER_BIT; in virgl_egl_init()

123