Searched refs:SkGrPixelRef (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 56 static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT, in copy_to_new_texture_pixelref() 96 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst)); in copy_to_new_texture_pixelref() 103 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface) : INHERITED(info) { in SkGrPixelRef() function in SkGrPixelRef 118 SkGrPixelRef::~SkGrPixelRef() { in ~SkGrPixelRef() 122 GrTexture* SkGrPixelRef::getTexture() { in getTexture() 129 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, SkColorProfileType dstPT, in deepCopy() 154 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels()
|
D | GrRecordReplaceDraw.cpp | 20 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref(); in wrap_texture()
|
D | GrLayerHoister.cpp | 284 result.setPixelRef(SkNEW_ARGS(SkGrPixelRef, (result.info(), texture)))->unref(); in wrap_texture()
|
D | SkGpuDevice.cpp | 164 SkPixelRef* pr = SkNEW_ARGS(SkGrPixelRef, (info, rt)); in SkGpuDevice() 345 SkPixelRef* pr = SkNEW_ARGS(SkGrPixelRef, (fRenderTarget->surfacePriv().info(), fRenderTarget)); in replaceRenderTarget() 753 result.setPixelRef(SkNEW_ARGS(SkGrPixelRef, (result.info(), texture)))->unref(); in wrap_texture()
|
D | SkGr.cpp | 761 dst->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, src)))->unref(); in GrWrapTextureInBitmap()
|
/external/skia/include/gpu/ |
D | SkGrPixelRef.h | 40 class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef { 42 SK_DECLARE_INST_COUNT(SkGrPixelRef) 46 SkGrPixelRef(const SkImageInfo&, GrSurface*); 47 virtual ~SkGrPixelRef();
|
D | SkGrTexturePixelRef.h | 16 typedef SkGrPixelRef SkGrTexturePixelRef; 17 typedef SkGrPixelRef SkGrRenderTargetPixelRef;
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 386 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref(); in WrapTexture() 407 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, resultTex)))->unref(); in getInputResultGPU()
|
/external/skia/gyp/ |
D | gpu.gypi | 343 '<(skia_include_path)/gpu/SkGrPixelRef.h', 351 '<(skia_src_path)/gpu/SkGrPixelRef.cpp',
|
/external/skia/ |
D | Android.mk | 567 src/gpu/SkGrPixelRef.cpp \
|