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

  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.h 51 SkAutoTUnref<GrGeometryProcessor> fCachedGeometryProcessor;
GrDistanceFieldTextContext.h 38 SkAutoTUnref<GrGeometryProcessor> fCachedGeometryProcessor;
GrDistanceFieldTextContext.cpp 144 fCachedGeometryProcessor.reset(
155 fCachedGeometryProcessor.reset(
163 fCachedGeometryProcessor.reset(GrDistanceFieldTextureEffect::Create(fCurrTexture,
199 drawState->setGeometryProcessor(fCachedGeometryProcessor.get());
GrBitmapTextContext.cpp 101 fCachedGeometryProcessor.reset(GrCustomCoordsTextureEffect::Create(fCurrTexture,
107 drawState->setGeometryProcessor(fCachedGeometryProcessor.get());

Completed in 55 milliseconds