/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 1039 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>; in getRenderableFilter() 1138 { "gl_10", "Create OpenGL 1.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1140 { "gl_11", "Create OpenGL 1.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1144 { "gl_20", "Create OpenGL 2.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1146 { "gl_21", "Create OpenGL 2.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1150 { "gl_30", "Create OpenGL 3.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1152 { "robust_gl_30", "Create robust OpenGL 3.0 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1154 { "gl_31", "Create OpenGL 3.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() 1156 { "robust_gl_31", "Create robust OpenGL 3.1 context", EGL_OPENGL_API, EGL_OPENGL_BIT, in init() [all...] |
H A D | teglNegativeApiTests.cpp | 130 static const eglu::ConfigFilter s_renderAPIFilters[] = { renderable<EGL_OPENGL_BIT>, renderable<EGL_OPENGL_ES_BIT>, renderable<EGL_OPENVG_BIT> }; in init() 315 if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init() 323 if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init() 331 if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENGL_BIT>)) in init() 342 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init() 361 if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENVG_BIT>)) in init() 446 if (getConfig(&glConfig, FilterList() << renderable<EGL_OPENGL_BIT>)) in init()
|
H A D | teglSurfacelessContextTests.cpp | 92 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, DE_NULL }, in executeForConfig()
|
H A D | teglQueryContextTests.cpp | 60 case EGL_OPENGL_BIT: return EGL_OPENGL_API; in getClientTypeFromAPIBit() 75 case EGL_OPENGL_BIT: return 1; in getMinClientMajorVersion()
|
H A D | teglCreateContextTests.cpp | 56 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, false, DE_NULL },
|
H A D | teglRenderCase.cpp | 91 apiMask |= EGL_OPENGL_BIT; in getBuildClientAPIMask()
|
H A D | teglChooseConfigTests.cpp | 281 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue() 282 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT }, in getValue() 404 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0; in getApiBits()
|
H A D | teglRobustnessTests.cpp | 128 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>; in getRenderableFilter()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 86 renderableMask = EGL_OPENGL_BIT; in getDefaultEglConfigList() 87 conformantMask = EGL_OPENGL_BIT; in getDefaultEglConfigList()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcurrent.h | 46 EGL_OPENGL_BIT)
|
H A D | eglconfigdebug.c | 151 (renderable & EGL_OPENGL_BIT) ? 'y' : ' ', in _eglPrintConfig()
|
H A D | eglcontext.c | 71 bit = EGL_OPENGL_BIT; in _eglGetContextAPIBit()
|
H A D | eglconfig.c | 353 EGL_OPENGL_BIT; in _eglValidateConfig()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
H A D | amdgcn_glslc.c | 112 EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT, in create_gl_core_context()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluGLUtil.cpp | 63 return EGL_OPENGL_BIT; in apiRenderableType()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 457 if (conformant & EGL_OPENGL_BIT) in TEST_P() 503 if (rendType & EGL_OPENGL_BIT) in TEST_P()
|
/third_party/skia/tools/gpu/gl/egl/ |
H A D | CreatePlatformGLTestContext_egl.cpp | 119 EGL_RENDERABLE_TYPE, gles ? EGL_OPENGL_ES2_BIT : EGL_OPENGL_BIT, in EGLGLTestContext()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 209 disp->ClientAPIs |= EGL_OPENGL_BIT; in wgl_initialize_impl()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 233 #define EGL_OPENGL_BIT 0x0008 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 233 #define EGL_OPENGL_BIT 0x0008 macro
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 257 #define EGL_OPENGL_BIT 0x0008 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 257 #define EGL_OPENGL_BIT 0x0008 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 257 #define EGL_OPENGL_BIT 0x0008 macro
|
/third_party/glfw/src/ |
H A D | egl_context.c | 106 apiBit = EGL_OPENGL_BIT; in chooseEGLConfig()
|
H A D | internal.h | 135 #define EGL_OPENGL_BIT 0x0008 macro
|