Home
last modified time | relevance | path

Searched refs:GL_MAX_GEOMETRY_UNIFORM_BLOCKS (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp519 … : (m_target == GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS) ? GL_MAX_GEOMETRY_UNIFORM_BLOCKS in iterate()
895 …Suffix).c_str(), "Test MAX_GEOMETRY_UNIFORM_BLOCKS", GL_MAX_GEOMETRY_UNIFORM_BLOCKS, 1… in init()
Des31fGeometryShaderTests.cpp5346 gl.glGetIntegerv(GL_MAX_GEOMETRY_UNIFORM_BLOCKS, &maxUniformBlocks); in iterate()
6108 …ionLimitCase(m_context, "max_geometry_uniform_blocks", "", GL_MAX_GEOMETRY_UNIFORM_BLOCKS, 12)… in init()
Des31fProgramInterfaceQueryTestCase.cpp2594 { GL_MAX_GEOMETRY_UNIFORM_BLOCKS, usage.numUniformBlocks }, in checkShaderResourceUsage()
/external/deqp/framework/opengl/
DgluStrUtil.inl1242 case GL_MAX_GEOMETRY_UNIFORM_BLOCKS: return "GL_MAX_GEOMETRY_UNIFORM_BLOCKS";
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl796 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro
/external/mesa3d/src/mesa/main/
Dget.c1351 { GL_MAX_GEOMETRY_UNIFORM_BLOCKS, CONTEXT_INT(Const.GeometryProgram.MaxUniformBlocks),
/external/mesa3d/include/GL/
Dglext.h2108 #define GL_MAX_GEOMETRY_UNIFORM_BLOCKS 0x8A2C macro