HomeSort by relevance Sort by last modified time
    Searched refs:mMaxVertexAttribs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsContext.h 200 int32_t mMaxVertexAttribs;
rsContext.cpp 552 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &mGL.mMaxVertexAttribs);
814 LOGV("MAX Attribs %i", mGL.mMaxVertexAttribs);

Completed in 62 milliseconds