/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 95 { "max_vertex_uniform_components", GL_MAX_VERTEX_UNIFORM_COMPONENTS, 1024, 0, "gl_MaxVertexUniformComponents" }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInteger64StateQueryTests.cpp | 310 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_vertex_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS", GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_VERTEX_UNIFORM_COMPONENTS))); in init()
|
H A D | es3fImplementationLimitTests.cpp | 475 LIMIT_CASE(max_vertex_uniform_components, GL_MAX_VERTEX_UNIFORM_COMPONENTS, GLint, minVertexUniformComponents); in init()
|
H A D | es3fIntegerStateQueryTests.cpp | 2808 { "max_vertex_uniform_components", "MAX_VERTEX_UNIFORM_COMPONENTS has minimum value of 1024", GL_MAX_VERTEX_UNIFORM_COMPONENTS, 1024 , false }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 231 QUERY_AND_LOG_CAPABILITY(GL_MAX_VERTEX_UNIFORM_COMPONENTS, stream); in LogGles3Capabilities()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIntegerStateQueryTests.cpp | 824 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_vertex_uniform_components_" + verifierSuffix).c_str(), "Test MAX_VERTEX_UNIFORM_COMPONENTS", GL_MAX_VERTEX_UNIFORM_COMPONENTS, 1024, verifier)) in init() 861 FOR_EACH_VERIFIER(new LegacyVectorLimitCase(m_context, (std::string() + "max_vertex_uniform_vectors_" + verifierSuffix).c_str(), "Test MAX_VERTEX_UNIFORM_VECTORS", GL_MAX_VERTEX_UNIFORM_VECTORS, GL_MAX_VERTEX_UNIFORM_COMPONENTS, verifier)) in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2517 { GL_MAX_VERTEX_UNIFORM_COMPONENTS, usage.numDefaultBlockUniformComponents },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2323 case GL_MAX_VERTEX_UNIFORM_COMPONENTS: in getIntegerv() 2645 case GL_MAX_VERTEX_UNIFORM_COMPONENTS: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 431 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | renderergl_utils.cpp | 880 QuerySingleGLInt(functions, GL_MAX_VERTEX_UNIFORM_COMPONENTS); in GenerateCaps() 900 // Doesn't limit ES version, GL_MAX_VERTEX_UNIFORM_COMPONENTS / 4 is acceptable. in GenerateCaps()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 736 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl3.h | 736 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl32.h | 736 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl31.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl32.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3677 case GL_MAX_VERTEX_UNIFORM_COMPONENTS: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 736 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 736 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl31.h | 738 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl32.h | 738 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl31.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
H A D | gl32.h | 717 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 826 #define GL_MAX_VERTEX_UNIFORM_COMPONENTS 0x8B4A macro
|