Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdGL.h56 int32_t maxVertexAttribs; member
DrsdGL.cpp146 ALOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs); in DumpDebug()
380 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs); in rsdGLInit()
409 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs); in rsdGLInit()