Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLProgram.h121 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderer.h127 size_t numVertexAttributes() const { return fVertexAttrs.size(); } in numVertexAttributes() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGeometryProcessor.h195 int numVertexAttributes() const { return fVertexAttributes.count(); } in numVertexAttributes() function