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

  /frameworks/rs/driver/
rsdGL.h 59 int32_t maxVertexAttribs;
rsdGL.cpp 148 ALOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs);
389 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs);
418 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs);
  /sdk/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++){
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
65 int maxVertexAttribs;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 503 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs);

Completed in 199 milliseconds