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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 196 int maxVertexAttributes() const { return fMaxVertexAttributes; }
337 int fMaxVertexAttributes;
GrGLCaps.cpp 29 fMaxVertexAttributes = 0;
66 fMaxVertexAttributes = caps.fMaxVertexAttributes;
130 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes);
    [all...]

Completed in 28 milliseconds