/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 137 { "max_fragment_uniform_blocks", GL_MAX_FRAGMENT_UNIFORM_BLOCKS, 14, 0, "" }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInteger64StateQueryTests.cpp | 311 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_fragment_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS", GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS))); in init()
|
H A D | es3fImplementationLimitTests.cpp | 484 LIMIT_CASE(max_fragment_uniform_blocks, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GLint, minFragmentUniformBlocks); in init()
|
H A D | es3fIntegerStateQueryTests.cpp | 2815 { "max_fragment_uniform_blocks", "MAX_FRAGMENT_UNIFORM_BLOCKS has minimum value of 12", GL_MAX_FRAGMENT_UNIFORM_BLOCKS, 12 , false }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 217 QUERY_AND_LOG_CAPABILITY(GL_MAX_FRAGMENT_UNIFORM_BLOCKS, stream); in LogGles3Capabilities()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fLayoutBindingTests.cpp | 1685 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_UNIFORM_BUFFER_BINDINGS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_COMBINED_UNIFORM_BLOCKS, "ColorBlock") in UBOBindingRenderCase() 1848 GL_MAX_FRAGMENT_UNIFORM_BLOCKS, in UBOBindingNegativeCase()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2548 { GL_MAX_FRAGMENT_UNIFORM_BLOCKS, usage.numUniformBlocks },
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProgramPipelineTest.cpp | 1149 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_BLOCKS, &maxUniformBlocks); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2278 case GL_MAX_FRAGMENT_UNIFORM_BLOCKS: in getIntegerv() 2632 case GL_MAX_FRAGMENT_UNIFORM_BLOCKS: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 707 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | renderergl_utils.cpp | 965 QuerySingleGLInt(functions, GL_MAX_FRAGMENT_UNIFORM_BLOCKS); in GenerateCaps()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 3061 gl().getIntegerv(GL_MAX_FRAGMENT_UNIFORM_BLOCKS, &units); in maxArraySize()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 919 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl3.h | 919 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl32.h | 919 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 900 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl31.h | 900 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl32.h | 900 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3672 case GL_MAX_FRAGMENT_UNIFORM_BLOCKS: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 919 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 919 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl31.h | 921 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl32.h | 921 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 900 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|
H A D | gl31.h | 900 #define GL_MAX_FRAGMENT_UNIFORM_BLOCKS 0x8A2D macro
|