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 189 int maxVertexAttributes() const { return fMaxVertexAttributes; }
333 int fMaxVertexAttributes;
GrGLCaps.cpp 30 fMaxVertexAttributes = 0;
69 fMaxVertexAttributes = caps.fMaxVertexAttributes;
128 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes);
    [all...]

Completed in 310 milliseconds