Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h250 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
DGrGLGpu.cpp214 SkASSERT(this->glCaps().maxVertexAttributes() >= GrGeometryProcessor::kMaxVertexAttribs); in GrGLGpu()
3981 int attrCount = gpu->glCaps().maxVertexAttributes(); in internalBind()
3995 int attrCount = gpu->glCaps().maxVertexAttributes(); in internalBind()