Searched refs:MAX_GEOMETRY_INPUT_COMPONENTS (Results 1 – 4 of 4) sorted by relevance
59 MAX_GEOMETRY_INPUT_COMPONENTS = GL_MAX_GEOMETRY_INPUT_COMPONENTS; in init()185 MAX_GEOMETRY_INPUT_COMPONENTS = GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT; in init()
61 glw::GLenum MAX_GEOMETRY_INPUT_COMPONENTS; member
221 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_INPUT_COMPONENTS, &constant_values[index]); in iterate()383 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_INPUT_COMPONENTS, &int_value); in iterate()
1665 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_INPUT_COMPONENTS, &m_max_geometry_input_components); in getShaderParts()