Home
last modified time | relevance | path

Searched refs:MAX_GEOMETRY_UNIFORM_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp58 MAX_GEOMETRY_UNIFORM_BLOCKS = GL_MAX_GEOMETRY_UNIFORM_BLOCKS; in init()
184 MAX_GEOMETRY_UNIFORM_BLOCKS = GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT; in init()
DglcExtTokens.hpp60 glw::GLenum MAX_GEOMETRY_UNIFORM_BLOCKS; member
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp370 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_BLOCKS, &int_value); in iterate()
467 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_BLOCKS, &n_max_geometry_uniform_blocks); in iterate()
DesextcGeometryShaderLimits.cpp1497 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_BLOCKS, &m_max_uniform_blocks); in getShaderParts()