Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_BIT (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp1039 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 DteglNegativeApiTests.cpp130 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 DteglSurfacelessContextTests.cpp92 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, DE_NULL }, in executeForConfig()
H A DteglQueryContextTests.cpp60 case EGL_OPENGL_BIT: return EGL_OPENGL_API; in getClientTypeFromAPIBit()
75 case EGL_OPENGL_BIT: return 1; in getMinClientMajorVersion()
H A DteglCreateContextTests.cpp56 { "OpenGL", EGL_OPENGL_API, EGL_OPENGL_BIT, false, DE_NULL },
H A DteglRenderCase.cpp91 apiMask |= EGL_OPENGL_BIT; in getBuildClientAPIMask()
H A DteglChooseConfigTests.cpp281 //{ 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 DteglRobustnessTests.cpp128 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>; in getRenderableFilter()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp86 renderableMask = EGL_OPENGL_BIT; in getDefaultEglConfigList()
87 conformantMask = EGL_OPENGL_BIT; in getDefaultEglConfigList()
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.h46 EGL_OPENGL_BIT)
H A Deglconfigdebug.c151 (renderable & EGL_OPENGL_BIT) ? 'y' : ' ', in _eglPrintConfig()
H A Deglcontext.c71 bit = EGL_OPENGL_BIT; in _eglGetContextAPIBit()
H A Deglconfig.c353 EGL_OPENGL_BIT; in _eglValidateConfig()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c112 EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT, in create_gl_core_context()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp63 return EGL_OPENGL_BIT; in apiRenderableType()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp457 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 DCreatePlatformGLTestContext_egl.cpp119 EGL_RENDERABLE_TYPE, gles ? EGL_OPENGL_ES2_BIT : EGL_OPENGL_BIT, in EGLGLTestContext()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c209 disp->ClientAPIs |= EGL_OPENGL_BIT; in wgl_initialize_impl()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h233 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h233 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/EGL/api/EGL/
H A Degl.h257 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/mesa3d/include/EGL/
H A Degl.h257 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h257 #define EGL_OPENGL_BIT 0x0008 macro
/third_party/glfw/src/
H A Degl_context.c106 apiBit = EGL_OPENGL_BIT; in chooseEGLConfig()
H A Dinternal.h135 #define EGL_OPENGL_BIT 0x0008 macro

Completed in 40 milliseconds

12