Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp76 GLint maxAttribs = 0; in TEST_P() local
DVertexAttributeTest.cpp1150 GLint maxAttribs; in TEST_P() local
1173 GLint maxAttribs; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp30 size_t maxAttribs, in VertexArrayState()
110 size_t maxAttribs, in VertexArray()
DProgram.cpp3758 GLuint maxAttribs = static_cast<GLuint>(caps.maxVertexAttributes); in linkAttributes() local
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp103 deInt32 maxAttribs; in getMaxAttributeLocations() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp59 VertexArrayStateGL::VertexArrayStateGL(size_t maxAttribs, size_t maxBindings) in VertexArrayStateGL()