HomeSort by relevance Sort by last modified time
    Searched refs:GrAutoScratchTexture (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.h 15 class GrAutoScratchTexture;
GrSWMaskHelper.h 20 class GrAutoScratchTexture;
63 bool getTexture(GrAutoScratchTexture* texture);
GrClipMaskManager.h 149 void getTemp(int width, int height, GrAutoScratchTexture* temp);
GrSWMaskHelper.cpp 121 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
162 GrAutoScratchTexture ast;
GrClipMaskCache.h 223 GrAutoScratchTexture fLastMask;
GrClipMaskManager.cpp 376 void GrClipMaskManager::getTemp(int width, int height, GrAutoScratchTexture* temp) {
476 GrAutoScratchTexture temp;
    [all...]
  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 15 class GrAutoScratchTexture;
GrSWMaskHelper.h 20 class GrAutoScratchTexture;
63 bool getTexture(GrAutoScratchTexture* texture);
GrClipMaskManager.h 149 void getTemp(int width, int height, GrAutoScratchTexture* temp);
GrSWMaskHelper.cpp 121 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
162 GrAutoScratchTexture ast;
GrClipMaskCache.h 223 GrAutoScratchTexture fLastMask;
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 22 class GrAutoScratchTexture;
    [all...]
  /external/skia/include/gpu/
GrContext.h 22 class GrAutoScratchTexture;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 147 GrAutoScratchTexture dst(context, desc);
  /external/chromium_org/third_party/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 232 GrAutoScratchTexture ast(context, maskDesc, GrContext::kApprox_ScratchTexMatch);
SkXfermodeImageFilter.cpp 127 GrAutoScratchTexture ast(context, desc);
SkBicubicImageFilter.cpp 186 GrAutoScratchTexture ast(context, desc);
SkGpuBlurUtils.cpp 153 GrAutoScratchTexture temp1, temp2;
SkMorphologyImageFilter.cpp 539 GrAutoScratchTexture ast(context, desc);
552 GrAutoScratchTexture ast(context, desc);
  /external/skia/src/core/
SkImageFilter.cpp 147 GrAutoScratchTexture dst(context, desc);
  /external/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 232 GrAutoScratchTexture ast(context, maskDesc, GrContext::kApprox_ScratchTexMatch);
SkXfermodeImageFilter.cpp 127 GrAutoScratchTexture ast(context, desc);
SkBicubicImageFilter.cpp 186 GrAutoScratchTexture ast(context, desc);
SkGpuBlurUtils.cpp 153 GrAutoScratchTexture temp1, temp2;
  /external/skia/tests/
ReadPixelsTest.cpp 332 GrAutoScratchTexture ast(context, desc, GrContext::kExact_ScratchTexMatch);

Completed in 59 milliseconds

1 2