/external/deqp/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 159 { "max_combined_uniform_blocks", GL_MAX_COMBINED_UNIFORM_BLOCKS, 70, 0, "" }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 604 ctx.glGetIntegerv(GL_MAX_COMBINED_UNIFORM_BLOCKS, &bufferSize); in get_nuniformfv() 694 ctx.glGetIntegerv(GL_MAX_COMBINED_UNIFORM_BLOCKS, &bufferSize); in get_nuniformiv() 784 ctx.glGetIntegerv(GL_MAX_COMBINED_UNIFORM_BLOCKS, &bufferSize); in get_nuniformuiv()
|
D | es31fLayoutBindingTests.cpp | 1685 …L_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_COMBINED_UNIFORM_BLOCKS, "Colo… in UBOBindingRenderCase() 1849 GL_MAX_COMBINED_UNIFORM_BLOCKS, in UBOBindingNegativeCase()
|
D | es31fIntegerStateQueryTests.cpp | 706 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_UNIFORM_BLOCKS, minMax, m_verifierType); in iterate()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2705 { GL_MAX_COMBINED_UNIFORM_BLOCKS, usage.numUniformBlocks }, in checkProgramCombinedResourceUsage()
|
D | es31fTessellationTests.cpp | 7303 …iform_blocks", "Test MAX_COMBINED_UNIFORM_BLOCKS", GL_MAX_COMBINED_UNIFORM_BLOCKS, 6… in init()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cFramebufferNoAttachmentsTests.cpp | 218 GL_MAX_COMBINED_UNIFORM_BLOCKS, in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 494 LIMIT_CASE(max_combined_uniform_blocks, GL_MAX_COMBINED_UNIFORM_BLOCKS, GLint, 24); in init()
|
D | es3fIntegerStateQueryTests.cpp | 2811 … "MAX_COMBINED_UNIFORM_BLOCKS has minimum value of 24", GL_MAX_COMBINED_UNIFORM_BLOCKS, … in init()
|
/external/angle/src/tests/egl_tests/ |
D | EGLPrintEGLinfoTest.cpp | 170 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMBINED_UNIFORM_BLOCKS, stream); in LogGles3Capabilities()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 49 …GL_MAX_UNIFORM_BLOCK_SIZE GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT GL_MAX_COMBINED_UNIFORM_BLOCKS GL_MAX…
|
D | functionsgl_enums.h | 705 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
D | renderergl_utils.cpp | 980 QuerySingleGLInt(functions, GL_MAX_COMBINED_UNIFORM_BLOCKS); in GenerateCaps()
|
/external/angle/src/tests/gl_tests/ |
D | GeometryShaderTest.cpp | 192 {GL_MAX_COMBINED_UNIFORM_BLOCKS, 36}, in TEST_P()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1204 case GL_MAX_COMBINED_UNIFORM_BLOCKS: return "GL_MAX_COMBINED_UNIFORM_BLOCKS";
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 2260 case GL_MAX_COMBINED_UNIFORM_BLOCKS: in getIntegerv() 2625 case GL_MAX_COMBINED_UNIFORM_BLOCKS: in getQueryParameterInfo()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 920 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
/external/angle/include/GLES3/ |
D | gl3.h | 901 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
D | gl31.h | 901 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
D | gl32.h | 901 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 920 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
D | gl31.h | 920 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
D | gl32.h | 920 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 893 #define GL_MAX_COMBINED_UNIFORM_BLOCKS 0x8A2E macro
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 3642 case GL_MAX_COMBINED_UNIFORM_BLOCKS: in GetQueryParameterInfo()
|