Searched refs:GL_MAX_GEOMETRY_UNIFORM_BLOCKS (Results 1 - 19 of 19) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 124 { "max_geometry_uniform_blocks", GL_MAX_GEOMETRY_UNIFORM_BLOCKS, 14, 0, "" }, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 58 MAX_GEOMETRY_UNIFORM_BLOCKS = GL_MAX_GEOMETRY_UNIFORM_BLOCKS; in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 315 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_UNIFORM_BLOCKS, stream); in LogGles32Capabilities()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIntegerStateQueryTests.cpp | 524 : (m_target == GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS) ? GL_MAX_GEOMETRY_UNIFORM_BLOCKS in iterate() 900 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_geometry_uniform_blocks_" + verifierSuffix).c_str(), "Test MAX_GEOMETRY_UNIFORM_BLOCKS", GL_MAX_GEOMETRY_UNIFORM_BLOCKS, 12, verifier, glu::ApiType::es(3, 2))) in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2604 { GL_MAX_GEOMETRY_UNIFORM_BLOCKS, usage.numUniformBlocks },
|
H A D | es31fGeometryShaderTests.cpp | 5395 gl.glGetIntegerv(GL_MAX_GEOMETRY_UNIFORM_BLOCKS, &maxUniformBlocks); 6162 queryGroup->addChild(new ImplementationLimitCase(m_context, "max_geometry_uniform_blocks", "", GL_MAX_GEOMETRY_UNIFORM_BLOCKS, 12));
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1594 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1575 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1596 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1575 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 792 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1440 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
H A D | glext.h | 1328 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1421 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
H A D | glext.h | 1309 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1440 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
H A D | glext.h | 1327 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1440 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
H A D | glext.h | 1327 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
|
Completed in 306 milliseconds