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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 347 bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex,
468 if (indexCount > 0 && this->checkDraw(type, startVertex, startIndex, vertexCount, indexCount)) {
495 if (vertexCount > 0 && this->checkDraw(type, startVertex, -1, vertexCount, -1)) {
519 // TODO: extract portions of checkDraw that are relevant to path stenciling.
527 // TODO: extract portions of checkDraw that are relevant to path rendering.
609 if (this->checkDraw(type,
    [all...]
GrDrawTarget.h     [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 347 bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex,
468 if (indexCount > 0 && this->checkDraw(type, startVertex, startIndex, vertexCount, indexCount)) {
495 if (vertexCount > 0 && this->checkDraw(type, startVertex, -1, vertexCount, -1)) {
519 // TODO: extract portions of checkDraw that are relevant to path stenciling.
527 // TODO: extract portions of checkDraw that are relevant to path rendering.
609 if (this->checkDraw(type,
    [all...]
GrDrawTarget.h     [all...]

Completed in 1032 milliseconds