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

  /frameworks/base/libs/rs/driver/
rsdGL.h 59 int32_t maxVertexAttribs;
rsdGL.cpp 121 LOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs);
331 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs);
360 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 141 return index < (GLuint)ctx->getCaps()->maxVertexAttribs;
GLESv2Context.cpp 26 for(int i=0; i < s_glSupport.maxVertexAttribs;i++){
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 40 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
49 int maxVertexAttribs;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 482 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs);

Completed in 167 milliseconds