Home
last modified time | relevance | path

Searched refs:fMaxVertexAttributes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp25 fMaxVertexAttributes = 0; in reset()
51 fMaxVertexAttributes = caps.fMaxVertexAttributes; in operator =()
94 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
DGrGLCaps.h177 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()
279 int fMaxVertexAttributes; variable