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

  /external/deqp/external/openglcts/modules/common/
glcExtTokens.cpp 42 MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS;
168 MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT;
glcExtTokens.hpp 44 glw::GLenum MAX_GEOMETRY_SHADER_STORAGE_BLOCKS;
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderProgramResource.cpp 222 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, &maxGSStorageBlocks);
esextcGeometryShaderConstantVariables.cpp 342 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, &int_value);
esextcGeometryShaderAPI.cpp     [all...]

Completed in 105 milliseconds