Home
last modified time | relevance | path

Searched refs:onDrawIndexed (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrInOrderDrawBuffer.h116 virtual void onDrawIndexed(GrPrimitiveType primitiveType,
DGrGpu.h524 virtual void onDrawIndexed(GrPrimitiveType type,
DGrDrawTarget.h958 virtual void onDrawIndexed(GrPrimitiveType type,
DGrInOrderDrawBuffer.cpp188 void GrInOrderDrawBuffer::onDrawIndexed(GrPrimitiveType primitiveType, in onDrawIndexed() function in GrInOrderDrawBuffer
DGrGpu.cpp771 void GrGpu::onDrawIndexed(GrPrimitiveType type, in onDrawIndexed() function in GrGpu
DGrDrawTarget.cpp779 this->onDrawIndexed(type, startVertex, startIndex, in drawIndexed()