HomeSort by relevance Sort by last modified time
    Searched refs:checkDraw (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrDrawTarget.cpp 342 bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex,
407 if (indexCount > 0 && this->checkDraw(type, startVertex, startIndex, vertexCount, indexCount)) {
430 if (vertexCount > 0 && this->checkDraw(type, startVertex, -1, vertexCount, -1)) {
450 // TODO: extract portions of checkDraw that are relevant to path stenciling.
657 if (this->checkDraw(type,
GrDrawTarget.h     [all...]

Completed in 39 milliseconds