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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 28 // If all GrPlots are allocated, the replacement strategy is up to the client. The drawToken is
44 GrDrawTarget::DrawToken drawToken() const { return fDrawToken; }
45 void setDrawToken(GrDrawTarget::DrawToken draw) { fDrawToken = draw; }
58 GrDrawTarget::DrawToken fDrawToken;
GrBitmapTextContext.cpp 509 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken();
510 glyph->fPlot->setDrawToken(drawToken);
GrDistanceFieldTextContext.cpp 329 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken();
330 glyph->fPlot->setDrawToken(drawToken);
GrAtlas.cpp 274 if (plot->drawToken().isIssued()) {

Completed in 5743 milliseconds