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

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

Completed in 82 milliseconds