HomeSort by relevance Sort by last modified time
    Searched refs:EGL_CONTEXT_MAJOR_VERSION_KHR (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 216 case EGL_CONTEXT_MAJOR_VERSION_KHR:
318 case EGL_CONTEXT_MAJOR_VERSION_KHR:
320 attribListString << "EGL_CONTEXT_MAJOR_VERSION_KHR(EGL_CONTEXT_CLIENT_VERSION), " << (*iter) << ", ";
381 case EGL_CONTEXT_MAJOR_VERSION_KHR:
674 case EGL_CONTEXT_MAJOR_VERSION_KHR:
1121 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} },
1123 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } },
1127 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } },
1130 { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} },
1135 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} }
    [all...]
teglSurfacelessContextTests.cpp 82 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglRenderCase.cpp 257 contextAttribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
334 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglCreateContextTests.cpp 45 static const EGLint s_es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglRobustnessTests.cpp 157 case EGL_CONTEXT_MAJOR_VERSION_KHR:
408 case EGL_CONTEXT_MAJOR_VERSION_KHR: iter++;
    [all...]
  /external/deqp/framework/egl/
egluGLUtil.cpp 107 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
122 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 55 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
351 context_attribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 127 EGL_CONTEXT_MAJOR_VERSION_KHR, 4,
  /external/deqp/framework/egl/wrapper/
eglwEnums.inl 150 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
eglwEnumsC.inl 150 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 432 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 423 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 166 ai32ContextAttribs[i++] = EGL_CONTEXT_MAJOR_VERSION_KHR;
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 787 case EGL_CONTEXT_MAJOR_VERSION_KHR: // This token is an alias for EGL_CONTEXT_CLIENT_VERSION
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/mesa3d/include/EGL/
eglext.h 89 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
    [all...]
  /external/swiftshader/include/EGL/
eglext.h 89 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
    [all...]

Completed in 1301 milliseconds