OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxUniformComponents
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp
238
GLint
maxUniformComponents
= 0;
240
glGetIntegerv(m_targetMaxUniformComponentsName, &
maxUniformComponents
);
244
const GLuint64 minCombinedUniformComponents = GLuint64(maxUniformBlocks) * uniformBlockSize / 4 +
maxUniformComponents
;
/external/deqp/modules/gles31/functional/
es31fIntegerStateQueryTests.cpp
542
StateQueryMemoryWriteGuard<glw::GLint>
maxUniformComponents
;
543
gl.glGetIntegerv(maxUniformComponentsEnum, &
maxUniformComponents
);
546
if (maxUniformBlocks.verifyValidity(result) && maxUniformBlockSize.verifyValidity(result) &&
maxUniformComponents
.verifyValidity(result))
547
verifyStateIntegerMin(result, gl, m_target, ((int)maxUniformBlocks) * ((int)maxUniformBlockSize) / 4 + (int)
maxUniformComponents
, m_verifierType);
[
all
...]
Completed in 795 milliseconds