/third_party/vk-gl-cts/framework/platform/osx/ |
H A D | tcuOSXPlatform.cpp | 154 gl.getIntegerv(GL_MINOR_VERSION, &minor); in getVersion()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 104 glGetIntegerv(GL_MINOR_VERSION, &stateVersionMinor); in init()
|
H A D | es3fImplementationLimitTests.cpp | 467 LIMIT_CASE(minor_version, GL_MINOR_VERSION, GLint, 0); in init()
|
H A D | es3fIntegerStateQueryTests.cpp | 2806 { "minor_version", "MINOR_VERSION has minimum value of 0", GL_MINOR_VERSION, 0 , false }, in init()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3_loader.h | 321 #define GL_MINOR_VERSION 0x821C macro 650 glGetIntegerv(GL_MINOR_VERSION, &version.minor); in parse_version()
|
H A D | imgui_impl_opengl3.cpp | 167 GLuint GlVersion; // Extracted at runtime using GL_MAJOR_VERSION, GL_MINOR_VERSION queries (e.g. 320 for GL 3.2) 214 glGetIntegerv(GL_MINOR_VERSION, &minor); in ImGui_ImplOpenGL3_Init()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 642 gl.getIntegerv(GL_MINOR_VERSION, &minorVersion); in checkVersionQueries() 650 log << TestLog::Message << "glGetIntegerv(GL_MINOR_VERSION) returned '" << minorVersion << "' expected '" << minor << "'" << TestLog::EndMessage; in checkVersionQueries()
|
H A D | teglRobustnessTests.cpp | 433 gl.getIntegerv(GL_MINOR_VERSION, &realMinorVersion); in checkRequiredGLSupport()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.cpp | 179 gl.getIntegerv(GL_MINOR_VERSION, &minorVersion); in detectGLESCompatibleContext()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2248 case GL_MINOR_VERSION: in getIntegerv() 2647 case GL_MINOR_VERSION: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 582 #define GL_MINOR_VERSION 0x821C macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 755 #define GL_MINOR_VERSION 0x821C macro
|
H A D | gl3.h | 755 #define GL_MINOR_VERSION 0x821C macro
|
H A D | gl32.h | 755 #define GL_MINOR_VERSION 0x821C macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 736 #define GL_MINOR_VERSION 0x821C macro
|
H A D | gl31.h | 736 #define GL_MINOR_VERSION 0x821C macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 724 case GL_MINOR_VERSION: in find_custom_value()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3683 case GL_MINOR_VERSION: in GetQueryParameterInfo()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 3614 gl.getIntegerv(GL_MINOR_VERSION, &minor); in testInit()
|
H A D | gl4cBufferStorageTests.cpp | 428 gl.getIntegerv(GL_MINOR_VERSION, &minor); in isGLVersionAtLeast()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 755 #define GL_MINOR_VERSION 0x821C macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 755 #define GL_MINOR_VERSION 0x821C macro
|
H A D | gl31.h | 757 #define GL_MINOR_VERSION 0x821C macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 736 #define GL_MINOR_VERSION 0x821C macro
|
H A D | gl31.h | 736 #define GL_MINOR_VERSION 0x821C macro
|