Searched refs:MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS (Results 1 – 6 of 6) sorted by relevance
250 #define MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS 1024 macro
637 consts->MaxGeometryTotalOutputComponents = MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS; in _mesa_init_constants()
60 MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS; in init()186 MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT; in init()
62 glw::GLenum MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS; member
237 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &constant_values[index]); in iterate()422 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &int_value); in iterate()
1833 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &m_max_total_output_components); in getShaderParts()