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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h     [all...]
GrDrawTarget.cpp 426 bool GrDrawTarget::setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds) {
440 GrPrintf("Missed an early reject. Bailing on draw from setupDstReadIfNecessary.\n");
495 if (!this->setupDstReadIfNecessary(&info)) {
522 if (!this->setupDstReadIfNecessary(&info)) {
554 if (!this->setupDstReadIfNecessary(&dstCopy, &devBounds)) {
570 // Don't compute a bounding box for setupDstReadIfNecessary(), we'll opt
575 if (!this->setupDstReadIfNecessary(&dstCopy, NULL)) {
652 if (!this->setupDstReadIfNecessary(&info)) {
    [all...]

Completed in 1019 milliseconds