Home
last modified time | relevance | path

Searched defs:numVertexAttributes (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLProgram.h114 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/external/skia/src/gpu/graphite/
DRenderer.h124 size_t numVertexAttributes() const { return fVertexAttrs.size(); } in numVertexAttributes() function
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.h183 int numVertexAttributes() const { return fVertexAttributes.count(); } in numVertexAttributes() function