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

  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 15 class GrAutoScratchTexture;
GrSWMaskHelper.h 20 class GrAutoScratchTexture;
63 bool getTexture(GrAutoScratchTexture* texture);
GrClipMaskManager.h 155 void getTemp(int width, int height, GrAutoScratchTexture* temp);
GrSWMaskHelper.cpp 120 bool GrSWMaskHelper::getTexture(GrAutoScratchTexture* texture) {
166 GrAutoScratchTexture ast;
GrClipMaskCache.h 227 GrAutoScratchTexture fLastMask;
GrClipMaskManager.cpp 366 void GrClipMaskManager::getTemp(int width, int height, GrAutoScratchTexture* temp) {
461 GrAutoScratchTexture temp;
    [all...]
GrContext.cpp     [all...]
SkGpuDevice.cpp 780 GrAutoScratchTexture pathEntry(context, desc);
902 GrAutoScratchTexture ast(context, desc);
    [all...]
  /external/skia/include/gpu/
GrContext.h 25 class GrAutoScratchTexture;
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 472 GrAutoScratchTexture ast(context, desc);
483 GrAutoScratchTexture ast(context, desc);
SkBlendImageFilter.cpp 192 GrAutoScratchTexture ast(context, desc);
SkBicubicImageFilter.cpp 352 GrAutoScratchTexture ast(context, desc);
SkDisplacementMapEffect.cpp 297 GrAutoScratchTexture ast(context, desc);

Completed in 144 milliseconds