HomeSort by relevance Sort by last modified time
    Searched refs:SkGrPixelRef (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/gpu/
SkGrTexturePixelRef.h 14 #include "SkGrPixelRef.h"
16 typedef SkGrPixelRef SkGrTexturePixelRef;
17 typedef SkGrPixelRef SkGrRenderTargetPixelRef;
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/
SkGrTexturePixelRef.h 14 #include "SkGrPixelRef.h"
16 typedef SkGrPixelRef SkGrTexturePixelRef;
17 typedef SkGrPixelRef SkGrRenderTargetPixelRef;
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...]
GrLayerHoister.cpp 13 #include "SkGrPixelRef.h"
125 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref();
SkGpuDevice.cpp 154 SkPixelRef* pr = SkNEW_ARGS(SkGrPixelRef,
695 result.setPixelRef(SkNEW_ARGS(SkGrPixelRef, (result.info(), texture)))->unref();
    [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...]
SkGpuDevice.cpp 184 // TODO: Remove this trickery once we figure out how to make SkGrPixelRef do this without
191 SkPixelRef* pr = SkNEW_ARGS(SkGrPixelRef,
727 result.setPixelRef(SkNEW_ARGS(SkGrPixelRef, (result.info(), texture)))->unref();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.cpp 35 #include "third_party/skia/include/gpu/SkGrPixelRef.h"
56 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, texture.get()));
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 22 #include "SkGrPixelRef.h"
382 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref();
403 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
  /external/skia/src/core/
SkImageFilter.cpp 19 #include "SkGrPixelRef.h"
323 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref();
344 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
  /external/chromium_org/cc/output/
gl_renderer.cc 654 skia::RefPtr<SkGrPixelRef> pixel_ref =
655 skia::AdoptRef(new SkGrPixelRef(info, texture.get()));
778 skia::RefPtr<SkGrPixelRef> source_pixel_ref =
779 skia::AdoptRef(new SkGrPixelRef(source_info, source_texture.get()));
787 skia::RefPtr<SkGrPixelRef> background_pixel_ref =
788 skia::AdoptRef(new SkGrPixelRef(
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 565 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, texture.get()));
    [all...]
  /external/skia/
Android.mk 493 src/gpu/SkGrPixelRef.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.darwin-arm64.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.darwin-mips.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.darwin-mips64.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.darwin-x86.mk 437 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.darwin-x86_64.mk 437 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.linux-arm.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.linux-arm64.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.linux-mips.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \
skia_library.target.linux-mips64.mk 436 third_party/skia/src/gpu/SkGrPixelRef.cpp \

Completed in 398 milliseconds

1 2