Home
last modified time | relevance | path

Searched refs:MAX_GEOMETRY_UNIFORM_COMPONENTS (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp241 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &constant_values[index]); in iterate()
356 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &int_value); in iterate()
475 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &n_max_geometry_uniform_components); in iterate()
DesextcGeometryShaderLimits.cpp1321 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &m_max_uniform_components); in getShaderParts()
/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp57 MAX_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_GEOMETRY_UNIFORM_COMPONENTS; in init()
183 MAX_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT; in init()
DglcExtTokens.hpp59 glw::GLenum MAX_GEOMETRY_UNIFORM_COMPONENTS; member
/external/mesa3d/src/mesa/main/
Dconfig.h248 #define MAX_GEOMETRY_UNIFORM_COMPONENTS 512 macro