Home
last modified time | relevance | path

Searched defs:maxAttribs (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp80 GLint maxAttribs = 0; in TEST_P() local
DVertexAttributeTest.cpp1143 GLint maxAttribs; in TEST_P() local
1166 GLint maxAttribs; in TEST_P() local
/external/angle/src/libANGLE/
DVertexArray.cpp30 size_t maxAttribs, in VertexArrayState()
110 size_t maxAttribs, in VertexArray()
DProgram.cpp3146 GLuint maxAttribs = static_cast<GLuint>(caps.maxVertexAttributes); in linkAttributes() local
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp103 deInt32 maxAttribs; in getMaxAttributeLocations() local
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp61 VertexArrayStateGL::VertexArrayStateGL(size_t maxAttribs, size_t maxBindings) in VertexArrayStateGL()