Searched refs:minVertexUniformComponents (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp426 const int minVertexUniformComponents = 1024; local
432 const int minCombinedVertexUniformComponents = (minVertexUniformBlocks*minUniformBlockSize)/4 + minVertexUniformComponents;
475 LIMIT_CASE(max_vertex_uniform_components, GL_MAX_VERTEX_UNIFORM_COMPONENTS, GLint, minVertexUniformComponents);
476 LIMIT_CASE(max_vertex_uniform_vectors, GL_MAX_VERTEX_UNIFORM_VECTORS, GLint, minVertexUniformComponents/4);

Completed in 71 milliseconds