/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 138 …{ "max_fragment_input_components", GL_MAX_FRAGMENT_INPUT_COMPONENTS, 128, 0, "gl_MaxFr… in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 322 { "gl_MaxFragmentInputVectors", getVectorsFromComps<GL_MAX_FRAGMENT_INPUT_COMPONENTS> }, in init()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2549 { GL_MAX_FRAGMENT_INPUT_COMPONENTS, usage.numInputComponents }, in checkShaderResourceUsage()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 485 LIMIT_CASE(max_fragment_input_components, GL_MAX_FRAGMENT_INPUT_COMPONENTS, GLint, 60); in init()
|
D | es3fShaderBuiltinVarTests.cpp | 1131 …vectors", "gl_MaxFragmentInputVectors", getVectorsFromComps<GL_MAX_FRAGMENT_INPUT_COMPONENTS> }, in init()
|
D | es3fIntegerStateQueryTests.cpp | 2811 …MAX_FRAGMENT_INPUT_COMPONENTS has minimum value of 60", GL_MAX_FRAGMENT_INPUT_COMPONENTS, … in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLPrintEGLinfoTest.cpp | 216 QUERY_AND_LOG_CAPABILITY(GL_MAX_FRAGMENT_INPUT_COMPONENTS, stream); in LogGles3Capabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 53 |GL_MAX_FRAGMENT_INPUT_COMPONENTS|3.2|--|3.0|--|Doesn't seem to be a desktop extension for this cap…
|
D | functionsgl_enums.h | 777 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | renderergl_utils.cpp | 937 QuerySingleGLInt(functions, GL_MAX_FRAGMENT_INPUT_COMPONENTS); in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GeometryShaderTest.cpp | 1731 glGetIntegerv(GL_MAX_FRAGMENT_INPUT_COMPONENTS, &maxFragmentInputComponents); in TEST_P()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.inl | 1197 case GL_MAX_FRAGMENT_INPUT_COMPONENTS: return "GL_MAX_FRAGMENT_INPUT_COMPONENTS";
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 2275 case GL_MAX_FRAGMENT_INPUT_COMPONENTS: in getIntegerv() 2631 case GL_MAX_FRAGMENT_INPUT_COMPONENTS: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
D | gl3.h | 945 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | gl31.h | 947 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/mesa3d/include/GLES3/ |
D | gl3.h | 945 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | gl31.h | 945 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
D | gl3.h | 945 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl3.h | 926 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | gl31.h | 926 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | gl32.h | 926 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/openGLES/api/GLES3/ |
D | gl3.h | 926 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
D | gl31.h | 926 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1529 #define GL_MAX_FRAGMENT_INPUT_COMPONENTS 0x9125 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 3675 case GL_MAX_FRAGMENT_INPUT_COMPONENTS: in GetQueryParameterInfo()
|