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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 678 class AutoRenderTargetRestore : public ::GrNoncopyable {
680 AutoRenderTargetRestore() : fDrawState(NULL), fSavedTarget(NULL) {}
681 AutoRenderTargetRestore(GrDrawState* ds, GrRenderTarget* newTarget) {
686 ~AutoRenderTargetRestore() { this->restore(); }
    [all...]
GrGpu.cpp 160 GrDrawState::AutoRenderTargetRestore artr(this->drawState(), rt);
209 GrDrawState::AutoRenderTargetRestore art;
  /external/skia/src/gpu/
GrDrawState.h 678 class AutoRenderTargetRestore : public ::GrNoncopyable {
680 AutoRenderTargetRestore() : fDrawState(NULL), fSavedTarget(NULL) {}
681 AutoRenderTargetRestore(GrDrawState* ds, GrRenderTarget* newTarget) {
686 ~AutoRenderTargetRestore() { this->restore(); }
    [all...]
GrGpu.cpp 160 GrDrawState::AutoRenderTargetRestore artr(this->drawState(), rt);
209 GrDrawState::AutoRenderTargetRestore art;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 666 milliseconds