/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 98 { "max_vertex_output_components", GL_MAX_VERTEX_OUTPUT_COMPONENTS, 64, 0, "gl_MaxVertexOutputComponents" }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fImplementationLimitTests.cpp | 478 LIMIT_CASE(max_vertex_output_components, GL_MAX_VERTEX_OUTPUT_COMPONENTS, GLint, 64); in init()
|
H A D | es3fShaderBuiltinVarTests.cpp | 1130 { "max_vertex_output_vectors", "gl_MaxVertexOutputVectors", getVectorsFromComps<GL_MAX_VERTEX_OUTPUT_COMPONENTS> }, in init()
|
H A D | es3fIntegerStateQueryTests.cpp | 2811 { "max_vertex_output_components", "MAX_VERTEX_OUTPUT_COMPONENTS has minimum value of 64", GL_MAX_VERTEX_OUTPUT_COMPONENTS, 64 , false }, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 321 { "gl_MaxVertexOutputVectors", getVectorsFromComps<GL_MAX_VERTEX_OUTPUT_COMPONENTS> }, in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2520 { GL_MAX_VERTEX_OUTPUT_COMPONENTS, usage.numOutputComponents },
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 229 QUERY_AND_LOG_CAPABILITY(GL_MAX_VERTEX_OUTPUT_COMPONENTS, stream); in LogGles3Capabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 911 QuerySingleGLInt(functions, GL_MAX_VERTEX_OUTPUT_COMPONENTS); in GenerateCaps() 987 caps->maxVaryingComponents = QuerySingleGLInt(functions, GL_MAX_VERTEX_OUTPUT_COMPONENTS); in GenerateCaps()
|
H A D | functionsgl_enums.h | 787 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 1719 glGetIntegerv(GL_MAX_VERTEX_OUTPUT_COMPONENTS, &maxVertexOutputComponents);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2317 case GL_MAX_VERTEX_OUTPUT_COMPONENTS: in getIntegerv() 2643 case GL_MAX_VERTEX_OUTPUT_COMPONENTS: in getQueryParameterInfo()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 2758 gl.getIntegerv(GL_MAX_VERTEX_OUTPUT_COMPONENTS, &m_gl_max_vertex_output_components_value); in retrieveGLConstantValues() 2759 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() failed for GL_MAX_VERTEX_OUTPUT_COMPONENTS pname!"); in retrieveGLConstantValues() 2797 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: GL_MAX_VERTEX_OUTPUT_COMPONENTS value:" in retrieveGLConstantValues() 2804 throw tcu::NotSupportedError("GL_MAX_VERTEX_OUTPUT_COMPONENTS < GL_MAX_TESS_CONTROL_INPUT_COMPONENTS"); in retrieveGLConstantValues()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 944 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl3.h | 944 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl32.h | 944 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 925 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl31.h | 925 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl32.h | 925 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3674 case GL_MAX_VERTEX_OUTPUT_COMPONENTS: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 944 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 944 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl31.h | 946 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl32.h | 946 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 925 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|
H A D | gl31.h | 925 #define GL_MAX_VERTEX_OUTPUT_COMPONENTS 0x9122 macro
|