HomeSort by relevance Sort by last modified time
    Searched refs:MAX_GEOMETRY_UNIFORM_COMPONENTS (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
config.h 248 #define MAX_GEOMETRY_UNIFORM_COMPONENTS 512
  /external/deqp/external/openglcts/modules/common/
glcExtTokens.cpp 57 MAX_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_GEOMETRY_UNIFORM_COMPONENTS;
183 MAX_GEOMETRY_UNIFORM_COMPONENTS = GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT;
glcExtTokens.hpp 59 glw::GLenum MAX_GEOMETRY_UNIFORM_COMPONENTS;
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderConstantVariables.cpp 241 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &constant_values[index]);
356 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &int_value);
475 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &n_max_geometry_uniform_components);
esextcGeometryShaderLimits.cpp     [all...]

Completed in 291 milliseconds