Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage_Gpu.cpp13 SkImage_Gpu::SkImage_Gpu(int w, int h, SkAlphaType at, GrTexture* tex, in SkImage_Gpu() function in SkImage_Gpu
22 SkSurface* SkImage_Gpu::onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) const { in onNewSurface()
37 ((SkImage_Gpu*)image)->applyBudgetDecision(); in SkTextureImageApplyBudgetedDecision()
41 SkShader* SkImage_Gpu::onNewShader(SkShader::TileMode tileX, SkShader::TileMode tileY, in onNewShader()
48 bool SkImage_Gpu::getROPixels(SkBitmap* dst) const { in getROPixels()
60 bool SkImage_Gpu::isOpaque() const { in isOpaque()
85 bool SkImage_Gpu::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onReadPixels()
123 return SkNEW_ARGS(SkImage_Gpu, (desc.fWidth, desc.fHeight, at, tex, 0, budgeted)); in NewFromTexture()
159 return SkNEW_ARGS(SkImage_Gpu, (dstDesc.fWidth, dstDesc.fHeight, at, dst, sampleCount, in NewFromTextureCopy()
DSkImage_Gpu.h18 class SkImage_Gpu : public SkImage_Base {
20 SK_DECLARE_INST_COUNT(SkImage_Gpu)
26 SkImage_Gpu(int w, int h, SkAlphaType, GrTexture*, int sampleCountForNewSurfaces,
DSkSurface_Gpu.cpp53 image = SkNEW_ARGS(SkImage_Gpu, in onNewImageSnapshot()
/external/skia/gyp/
Dgpu.gypi354 '<(skia_src_path)/image/SkImage_Gpu.h',
355 '<(skia_src_path)/image/SkImage_Gpu.cpp',
Dcore.gypi238 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
/external/skia/tests/
DSurfaceTest.cpp509 return ((SkImage_Gpu*)image)->getTexture()->resourcePriv().isBudgeted() ? in is_budgeted()
/external/skia/
DAndroid.mk569 src/image/SkImage_Gpu.cpp \