Home
last modified time | relevance | path

Searched refs:GrBitmapTextureMaker (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrBitmapTextureMaker.cpp22 GrBitmapTextureMaker::GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap) in GrBitmapTextureMaker() function in GrBitmapTextureMaker
33 sk_sp<GrTextureProxy> GrBitmapTextureMaker::refOriginalTextureProxy(bool willBeMipped, in refOriginalTextureProxy()
102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey()
109 void GrBitmapTextureMaker::didCacheCopy(const GrUniqueKey& copyKey, uint32_t contextUniqueID) { in didCacheCopy()
113 SkAlphaType GrBitmapTextureMaker::alphaType() const { in alphaType()
117 SkColorSpace* GrBitmapTextureMaker::colorSpace() const { in colorSpace()
DGrBitmapTextureMaker.h17 class GrBitmapTextureMaker : public GrTextureMaker {
19 GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap);
DSkGpuDevice.cpp847 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmap()
1205 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapRect()
1369 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImage()
1411 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImageRect()
1441 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImageNine()
1451 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapNine()
1501 GrBitmapTextureMaker maker(fContext.get(), bm); in drawImageLattice()
1512 GrBitmapTextureMaker maker(fContext.get(), bitmap); in drawBitmapLattice()
DSkGr.cpp187 return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, scaleAdjust); in GrRefCachedBitmapTextureProxy()
/external/skqp/src/image/
DSkImage_Gpu.cpp375 GrBitmapTextureMaker maker(context, *bmp); in makeTextureImage()
/external/skqp/gn/
Dgpu.gni61 "$_src/gpu/GrBitmapTextureMaker.cpp",
62 "$_src/gpu/GrBitmapTextureMaker.h",
/external/skqp/
DAndroid.bp830 "src/gpu/GrBitmapTextureMaker.cpp",