HomeSort by relevance Sort by last modified time
    Searched full:uniformblocksize (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 233 GLint uniformBlockSize = 0;
234 glGetIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &uniformBlockSize);
244 const GLuint64 minCombinedUniformComponents = GLuint64(maxUniformBlocks) * uniformBlockSize / 4 + maxUniformComponents;

Completed in 597 milliseconds