Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp75 GLint maxAttribs; in selectIndex() local
76 gl->glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttribs); in selectIndex()
78 if (index >= maxAttribs) { in selectIndex()
81 index, maxAttribs); in selectIndex()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp984 size_t maxAttribs = (size_t)resources.MaxVertexAttribs; in sCheckLimits() local
997 if ((int)maxAttribs - numExplicitlyBound - numImplicitlyBound < 0) { in sCheckLimits()
1002 err << " Limit: " << maxAttribs << " "; in sCheckLimits()