Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_MAJOR_VERSION_KHR (Results 1 – 25 of 44) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
DteglCreateContextExtTests.cpp216 case EGL_CONTEXT_MAJOR_VERSION_KHR: in attribListToContextType()
318 case EGL_CONTEXT_MAJOR_VERSION_KHR: in logAttribList()
381 case EGL_CONTEXT_MAJOR_VERSION_KHR: in checkRequiredExtensions()
674 case EGL_CONTEXT_MAJOR_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 …]
DteglSurfacelessContextTests.cpp82 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForConfig()
DteglRenderCase.cpp257 contextAttribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in executeForSurface()
334 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForSurface()
DteglCreateContextTests.cpp45 static const EGLint s_es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
/third_party/vk-gl-cts/framework/egl/
DegluGLUtil.cpp107 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in createGLContext()
122 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in createGLContext()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_create_context.txt68 EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
139 The values for attributes EGL_CONTEXT_MAJOR_VERSION_KHR and
146 EGL_OPENGL_API, the values of EGL_CONTEXT_MAJOR_VERSION_KHR (the
152 EGL_CONTEXT_MAJOR_VERSION_KHR, and the tokens may be used
209 The default values for EGL_CONTEXT_MAJOR_VERSION_KHR and
368 EGL_CONTEXT_MAJOR_VERSION_KHR and EGL_CONTEXT_MINOR_VERSION_KHR,
397 attributes EGL_CONTEXT_MAJOR_VERSION_KHR and
495 3) Why does EGL_CONTEXT_MAJOR_VERSION_KHR have a distinct numeric token
/third_party/EGL/extensions/KHR/
DEGL_KHR_create_context.txt68 EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
139 The values for attributes EGL_CONTEXT_MAJOR_VERSION_KHR and
146 EGL_OPENGL_API, the values of EGL_CONTEXT_MAJOR_VERSION_KHR (the
152 EGL_CONTEXT_MAJOR_VERSION_KHR, and the tokens may be used
209 The default values for EGL_CONTEXT_MAJOR_VERSION_KHR and
368 EGL_CONTEXT_MAJOR_VERSION_KHR and EGL_CONTEXT_MINOR_VERSION_KHR,
397 attributes EGL_CONTEXT_MAJOR_VERSION_KHR and
495 3) Why does EGL_CONTEXT_MAJOR_VERSION_KHR have a distinct numeric token
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp55 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098 macro
381 context_attribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in EglRenderContext()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp58 static_assert(EGL_CONTEXT_MAJOR_VERSION == EGL_CONTEXT_MAJOR_VERSION_KHR, in initializeContext()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c128 EGL_CONTEXT_MAJOR_VERSION_KHR, 4, in create_gl_core_context()
/third_party/flutter/glfw/src/
Degl_context.h102 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098 macro
Degl_context.c519 setEGLattrib(EGL_CONTEXT_MAJOR_VERSION_KHR, ctxconfig->major); in _glfwCreateContextEGL()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTestMac.mm61 EGL_CONTEXT_MAJOR_VERSION_KHR,
DEGLDisplayPowerPreferenceTest.cpp148 EGL_CONTEXT_MAJOR_VERSION_KHR, in initializeContextForDisplay()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DOcclusionQueriesTest.cpp211 EGL_CONTEXT_MAJOR_VERSION_KHR, in TEST_P()
DMultisampleTest.cpp59 EGL_CONTEXT_MAJOR_VERSION_KHR, in testSetUp()
DTimerQueriesTest.cpp299 EGL_CONTEXT_MAJOR_VERSION_KHR, in TEST_P()
DTransformFeedbackTest.cpp551 EGL_CONTEXT_MAJOR_VERSION_KHR, in TEST_P()
1587 EGL_CONTEXT_MAJOR_VERSION_KHR, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp308 EGL_CONTEXT_MAJOR_VERSION_KHR, in TEST_P()
DMultisampleTest.cpp98 EGL_CONTEXT_MAJOR_VERSION_KHR, in testSetUp()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Drosen_context_impl.cpp347 contextAttribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in InitEglContext()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwEnums.inl150 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098 macro
DeglwEnumsC.inl150 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098 macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c462 attribs[attr++] = EGL_CONTEXT_MAJOR_VERSION_KHR; in SDL_EGL_CreateContext()
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp366 contextAttributes.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR); in createContext()

12