Searched refs:checkDraw (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawTarget.cpp | 705 bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex, in checkDraw() function in GrDrawTarget 777 this->checkDraw(type, startVertex, startIndex, in drawIndexed() 788 this->checkDraw(type, startVertex, -1, vertexCount, -1)) { in drawNonIndexed()
|
D | GrDrawTarget.h | 1000 bool checkDraw(GrPrimitiveType type, int startVertex,
|