HomeSort by relevance Sort by last modified time
    Searched defs:SkGrPixelRef (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 40 class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef {
42 SK_DECLARE_INST_COUNT(SkGrPixelRef)
48 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
49 virtual ~SkGrPixelRef();
  /external/skia/include/gpu/
SkGrPixelRef.h 40 class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef {
42 SK_DECLARE_INST_COUNT(SkGrPixelRef)
48 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
49 virtual ~SkGrPixelRef();
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 11 #include "SkGrPixelRef.h"
56 static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT,
93 // larger TODO to remove SkGrPixelRef entirely.
97 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst));
104 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
121 SkGrPixelRef::~SkGrPixelRef() {
132 GrTexture* SkGrPixelRef::getTexture()
    [all...]
  /external/skia/src/gpu/
SkGrPixelRef.cpp 11 #include "SkGrPixelRef.h"
54 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkColorType dstCT,
100 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst));
107 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
130 SkGrPixelRef::~SkGrPixelRef() {
141 GrTexture* SkGrPixelRef::getTexture() {
148 SkPixelRef* SkGrPixelRef::deepCopy(SkColorType dstCT, const SkIRect* subset)
    [all...]

Completed in 104 milliseconds