Home
last modified time | relevance | path

Searched refs:MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp55 MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS; in init()
181 MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT; in init()
DglcExtTokens.hpp58 glw::GLenum MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS; member
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp483 gl.getIntegerv(m_glExtTokens.MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, &int_value); in iterate()