Searched defs:maxUniformComponents (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp238 GLint maxUniformComponents = 0; local
240 glGetIntegerv(m_targetMaxUniformComponentsName, &maxUniformComponents);
244 const GLuint64 minCombinedUniformComponents = GLuint64(maxUniformBlocks) * uniformBlockSize / 4 + maxUniformComponents;
/external/deqp/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.cpp471 StateQueryMemoryWriteGuard<glw::GLint> maxUniformComponents; local
472 gl.glGetIntegerv(GL_MAX_COMPUTE_UNIFORM_COMPONENTS, &maxUniformComponents);
475 if (maxUniformBlocks.verifyValidity(result) && maxUniformBlockSize.verifyValidity(result) && maxUniformComponents.verifyValidity(result))
476 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS, ((int)maxUniformBlocks) * ((int)maxUniformBlockSize) / 4 + (int)maxUniformComponents, m_verifierType);

Completed in 175 milliseconds