Home
last modified time | relevance | path

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

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