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 250 int maxVertexAttributes() const { return fMaxVertexAttributes; }
386 int fMaxVertexAttributes;
GrGLCaps.cpp 29 fMaxVertexAttributes = 0;
88 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes);
    [all...]

Completed in 929 milliseconds