Home
last modified time | relevance | path

Searched refs:MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp60 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()
DglcExtTokens.hpp62 glw::GLenum MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS; member
/external/mesa3d/src/mesa/main/
Dconfig.h250 #define MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS 1024 macro
Dcontext.c629 consts->MaxGeometryTotalOutputComponents = MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS; in _mesa_init_constants()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp237 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()
DesextcGeometryShaderLimits.cpp1834 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &m_max_total_output_components); in getShaderParts()