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

  /external/skia/src/utils/
SkImageGeneratorUtils.cpp 55 : SkImageGenerator(info), fCtx(ctx), fTexture(tex)
61 SkASSERT(ctx == fCtx.get());
72 GrTexture* dst = fCtx->textureProvider()->createTexture(desc, SkBudgeted::kNo);
73 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0));
77 SkAutoTUnref<GrContext> fCtx;
  /external/skia/tests/
TextureStorageAllocator.cpp 67 grAllocator.fCtx = &allocator;
102 grAllocator.fCtx = &allocator;
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 42 this->desc().fTextureStorageAllocator.fCtx,
GrGLGpu.cpp     [all...]
  /external/skia/gm/
image_pict.cpp 212 , fCtx(SkRef(ctx))
225 SkASSERT(ctx == fCtx.get());
236 GrTexture* dst = fCtx->textureProvider()->createTexture(desc, SkBudgeted::kNo);
237 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0));
241 SkAutoTUnref<GrContext> fCtx;
  /external/skia/include/gpu/
GrTypes.h 477 void* fCtx;

Completed in 497 milliseconds