Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp237 GLint maxUniformBlocks = 0; in test() local
239 glGetIntegerv(m_targetMaxUniformBlocksName, &maxUniformBlocks); in test()
244 …const GLuint64 minCombinedUniformComponents = GLuint64(maxUniformBlocks) * uniformBlockSize / 4 + … in test()