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 43 class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef {
50 SkGrPixelRef(GrSurface* surface, bool transferCacheLock = false);
51 virtual ~SkGrPixelRef();
  /external/skia/include/gpu/
SkGrPixelRef.h 43 class SK_API SkGrPixelRef : public SkROLockPixelsPixelRef {
50 SkGrPixelRef(GrSurface* surface, bool transferCacheLock = false);
51 virtual ~SkGrPixelRef();
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 11 #include "SkGrPixelRef.h"
51 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
96 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (dst));
103 SkGrPixelRef::SkGrPixelRef(GrSurface* surface, bool transferCacheLock) {
120 SkGrPixelRef::~SkGrPixelRef() {
131 GrTexture* SkGrPixelRef::getTexture() {
138 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset)
    [all...]
  /external/skia/src/gpu/
SkGrPixelRef.cpp 11 #include "SkGrPixelRef.h"
51 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
96 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (dst));
103 SkGrPixelRef::SkGrPixelRef(GrSurface* surface, bool transferCacheLock) {
120 SkGrPixelRef::~SkGrPixelRef() {
131 GrTexture* SkGrPixelRef::getTexture() {
138 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset)
    [all...]

Completed in 8403 milliseconds