Searched refs:SkImage_Gpu (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/image/
H A DSkImage_Gpu.h19 class SkImage_Gpu : public SkImage_Base { class in inherits:SkImage_Base
25 SkImage_Gpu(int w, int h, uint32_t uniqueID, SkAlphaType, GrTexture*, SkBudgeted);
26 ~SkImage_Gpu() override;
H A DSkImage_Gpu.cpp19 #include "SkImage_Gpu.h"
22 SkImage_Gpu::SkImage_Gpu(int w, int h, uint32_t uniqueID, SkAlphaType at, GrTexture* tex, function in class:SkImage_Gpu
34 SkImage_Gpu::~SkImage_Gpu() {
42 ((SkImage_Gpu*)image)->applyBudgetDecision();
50 bool SkImage_Gpu::getROPixels(SkBitmap* dst, CachingHint chint) const {
74 bool SkImage_Gpu::asBitmapForImageFilters(SkBitmap* bitmap) const {
81 GrTexture* SkImage_Gpu::asTextureRef(GrContext* ctx, const GrTextureParams& params) const {
85 bool SkImage_Gpu
[all...]
H A DSkSurface_Gpu.cpp14 #include "SkImage_Gpu.h"
102 image = new SkImage_Gpu(info.width(), info.height(), kNeedNewImageUniqueID,
H A DSkImage.cpp27 #include "SkImage_Gpu.h"
298 return new SkImage_Gpu(info.width(), info.height(), bm.getGenerationID(), info.alphaType(),
/external/skia/include/core/
H A DSkPixelRef.h392 friend class SkImage_Gpu;
/external/skia/gm/
H A Dimage_pict.cpp18 #include "../src/image/SkImage_Gpu.h"
327 SkAutoTUnref<SkImage> image(new SkImage_Gpu(cache->info().width(), cache->info().height(),
/external/skia/tests/
H A DSurfaceTest.cpp640 // by and active SkImage_Gpu.
699 #include "SkImage_Gpu.h"
707 return ((SkImage_Gpu*)image)->getTexture()->resourcePriv().isBudgeted();
/external/skia/
H A DAndroid.mk544 src/image/SkImage_Gpu.cpp \

Completed in 239 milliseconds