Searched defs:GrBitmapTextureMaker (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrBitmapTextureMaker.h17 class GrBitmapTextureMaker : public GrTextureMaker { class in inherits:GrTextureMaker
19 GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap);
H A DGrBitmapTextureMaker.cpp8 #include "GrBitmapTextureMaker.h"
22 GrBitmapTextureMaker::GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap) function in class:GrBitmapTextureMaker
33 sk_sp<GrTextureProxy> GrBitmapTextureMaker::refOriginalTextureProxy(bool willBeMipped,
100 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey,
108 void GrBitmapTextureMaker::didCacheCopy(const GrUniqueKey& copyKey) {
112 SkAlphaType GrBitmapTextureMaker::alphaType() const {
116 sk_sp<SkColorSpace> GrBitmapTextureMaker::getColorSpace(SkColorSpace* dstColorSpace) {
/external/skqp/src/gpu/
H A DGrBitmapTextureMaker.h17 class GrBitmapTextureMaker : public GrTextureMaker { class in inherits:GrTextureMaker
19 GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap);
H A DGrBitmapTextureMaker.cpp8 #include "GrBitmapTextureMaker.h"
22 GrBitmapTextureMaker::GrBitmapTextureMaker(GrContext* context, const SkBitmap& bitmap) function in class:GrBitmapTextureMaker
33 sk_sp<GrTextureProxy> GrBitmapTextureMaker::refOriginalTextureProxy(bool willBeMipped,
100 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey,
108 void GrBitmapTextureMaker::didCacheCopy(const GrUniqueKey& copyKey) {
112 SkAlphaType GrBitmapTextureMaker::alphaType() const {
116 sk_sp<SkColorSpace> GrBitmapTextureMaker::getColorSpace(SkColorSpace* dstColorSpace) {

Completed in 7656 milliseconds