Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgram.h132 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/external/skqp/src/gpu/gl/
DGrGLProgram.h131 int numVertexAttributes() const { return fVertexAttributeCnt; } in numVertexAttributes() function
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h152 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function
/external/skia/src/gpu/
DGrGeometryProcessor.h155 int numVertexAttributes() const { return fVertexAttributes.fCount; } in numVertexAttributes() function