Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_MINOR_VERSION_KHR (Results 1 – 25 of 41) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
DteglCreateContextExtTests.cpp222 case EGL_CONTEXT_MINOR_VERSION_KHR: in attribListToContextType()
324 case EGL_CONTEXT_MINOR_VERSION_KHR: in logAttribList()
386 case EGL_CONTEXT_MINOR_VERSION_KHR: in checkRequiredExtensions()
680 case EGL_CONTEXT_MINOR_VERSION_KHR: in validateCurrentContext()
1121 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
1123 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } }, in init()
1127 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } }, in init()
1130 { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
1135 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }, in init()
1137 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } }, in init()
[all …]
DteglRobustnessTests.cpp162 case EGL_CONTEXT_MINOR_VERSION_KHR: in logAttribList()
395 case EGL_CONTEXT_MINOR_VERSION_KHR: in checkRequiredEGLExtensions()
1140 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1193 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1253 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1339 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1466 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1475 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
1532 EGL_CONTEXT_MINOR_VERSION_KHR, 1, in iterate()
1587 EGL_CONTEXT_MINOR_VERSION_KHR, 0, in iterate()
/third_party/vk-gl-cts/framework/egl/
DegluGLUtil.cpp109 attribList.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in createGLContext()
124 attribList.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in createGLContext()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp56 #define EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB macro
383 context_attribs.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in EglRenderContext()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp60 static_assert(EGL_CONTEXT_MINOR_VERSION == EGL_CONTEXT_MINOR_VERSION_KHR, in initializeContext()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_create_context.txt70 EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB
140 EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
147 <major version> and EGL_CONTEXT_MINOR_VERSION_KHR (the <minor
210 EGL_CONTEXT_MINOR_VERSION_KHR are 1 and 0 respectively.
368 EGL_CONTEXT_MAJOR_VERSION_KHR and EGL_CONTEXT_MINOR_VERSION_KHR,
398 EGL_CONTEXT_MINOR_VERSION_KHR specify an OpenGL ES version that
/third_party/EGL/extensions/KHR/
DEGL_KHR_create_context.txt70 EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB
140 EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
147 <major version> and EGL_CONTEXT_MINOR_VERSION_KHR (the <minor
210 EGL_CONTEXT_MINOR_VERSION_KHR are 1 and 0 respectively.
368 EGL_CONTEXT_MAJOR_VERSION_KHR and EGL_CONTEXT_MINOR_VERSION_KHR,
398 EGL_CONTEXT_MINOR_VERSION_KHR specify an OpenGL ES version that
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c129 EGL_CONTEXT_MINOR_VERSION_KHR, 3, in create_gl_core_context()
/third_party/flutter/glfw/src/
Degl_context.h103 #define EGL_CONTEXT_MINOR_VERSION_KHR 0x30fb macro
Degl_context.c520 setEGLattrib(EGL_CONTEXT_MINOR_VERSION_KHR, ctxconfig->minor); in _glfwCreateContextEGL()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTestMac.mm63 EGL_CONTEXT_MINOR_VERSION_KHR,
DEGLDisplayPowerPreferenceTest.cpp150 EGL_CONTEXT_MINOR_VERSION_KHR, in initializeContextForDisplay()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DOcclusionQueriesTest.cpp213 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
DMultisampleTest.cpp61 EGL_CONTEXT_MINOR_VERSION_KHR, in testSetUp()
DTimerQueriesTest.cpp301 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
DTransformFeedbackTest.cpp553 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
1589 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
/third_party/mesa3d/src/egl/main/
Deglcontext.c130 case EGL_CONTEXT_MINOR_VERSION_KHR: in _eglParseContextAttribList()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp310 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
DMultisampleTest.cpp100 EGL_CONTEXT_MINOR_VERSION_KHR, in testSetUp()
DOcclusionQueriesTest.cpp617 EGL_CONTEXT_MINOR_VERSION_KHR, in TEST_P()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Drosen_context_impl.cpp349 contextAttribs.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in InitEglContext()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwEnums.inl221 #define EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB macro
DeglwEnumsC.inl221 #define EGL_CONTEXT_MINOR_VERSION_KHR 0x30FB macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c464 attribs[attr++] = EGL_CONTEXT_MINOR_VERSION_KHR; in SDL_EGL_CreateContext()
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp369 contextAttributes.push_back(EGL_CONTEXT_MINOR_VERSION_KHR); in createContext()

12