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

  /external/skia/src/gpu/gl/
GrGLCaps.h 177 int maxVertexAttributes() const { return fMaxVertexAttributes; }
279 int fMaxVertexAttributes;
GrGLCaps.cpp 25 fMaxVertexAttributes = 0;
51 fMaxVertexAttributes = caps.fMaxVertexAttributes;
94 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes);

Completed in 93 milliseconds