Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp76 GLint maxAttribs = 0; in TEST_P() local
DVertexAttributeTest.cpp1153 GLint maxAttribs; in TEST_P() local
1176 GLint maxAttribs; in TEST_P() local
/external/angle/src/libANGLE/
DVertexArray.cpp32 size_t maxAttribs, in VertexArrayState()
112 size_t maxAttribs, in VertexArray()
DProgram.cpp3751 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.cpp59 VertexArrayStateGL::VertexArrayStateGL(size_t maxAttribs, size_t maxBindings) in VertexArrayStateGL()