Searched refs:MAX_GEOMETRY_UNIFORM_BLOCKS (Results 1 – 4 of 4) sorted by relevance
58 MAX_GEOMETRY_UNIFORM_BLOCKS = GL_MAX_GEOMETRY_UNIFORM_BLOCKS; in init()184 MAX_GEOMETRY_UNIFORM_BLOCKS = GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT; in init()
60 glw::GLenum MAX_GEOMETRY_UNIFORM_BLOCKS; member
370 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()
1497 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_BLOCKS, &m_max_uniform_blocks); in getShaderParts()