/external/chromium_org/third_party/skia/src/gpu/ |
GrSurface.cpp | 8 #include "GrSurface.h" 15 SkImageInfo GrSurface::info() const { 23 bool GrSurface::savePixels(const char* filename) { 48 bool GrSurface::hasPendingRead() const { 60 bool GrSurface::hasPendingWrite() const { 72 bool GrSurface::hasPendingIO() const {
|
GrInOrderDrawBuffer.h | 18 #include "GrSurface.h" 84 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE; 180 CopySurface(GrSurface* dst, GrSurface* src) : fDst(dst), fSrc(src) {} 182 GrSurface* dst() const { return fDst.get(); } 183 GrSurface* src() const { return fSrc.get(); } 189 GrPendingIOResource<GrSurface, GrIORef::kWrite_IOType> fDst; 190 GrPendingIOResource<GrSurface, GrIORef::kRead_IOType> fSrc; 229 virtual bool onCopySurface(GrSurface* dst, 230 GrSurface* src [all...] |
GrDrawTarget.h | 458 bool copySurface(GrSurface* dst, 459 GrSurface* src, 466 bool canCopySurface(GrSurface* dst, 467 GrSurface* src, 476 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc); 749 virtual bool onCopySurface(GrSurface* dst, 750 GrSurface* src, 759 virtual bool onCanCopySurface(GrSurface* dst, 760 GrSurface* src, [all...] |
GrDrawTarget.cpp | 859 bool clip_srcrect_and_dstpoint(const GrSurface* dst, 860 const GrSurface* src, 910 bool GrDrawTarget::copySurface(GrSurface* dst, 911 GrSurface* src, 935 bool GrDrawTarget::canCopySurface(GrSurface* dst, 936 GrSurface* src, 956 bool GrDrawTarget::onCanCopySurface(GrSurface* dst, 957 GrSurface* src, [all...] |
GrPathRenderer.h | 200 // Helper version that gets the dev width and height from a GrSurface. 202 const GrSurface* device,
|
SkGpuDevice.h | 41 * Creates an SkGpuDevice from a GrSurface. This will fail if the surface is not a render 46 static SkGpuDevice* Create(GrSurface* surface, const SkSurfaceProps&, unsigned flags = 0); 149 SkGpuDevice(GrSurface*, const SkSurfaceProps&, unsigned flags = 0);
|
GrInOrderDrawBuffer.cpp | 608 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst, 609 GrSurface* src, 622 bool GrInOrderDrawBuffer::onCanCopySurface(GrSurface* dst, 623 GrSurface* src, 629 void GrInOrderDrawBuffer::initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) { [all...] |
SkGrPixelRef.cpp | 104 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
|
SkGpuDevice.cpp | 136 SkGpuDevice* SkGpuDevice::Create(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) { 144 SkGpuDevice::SkGpuDevice(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) { [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
SkGrPixelRef.h | 38 * PixelRef that wraps a GrSurface 44 * Constructs a pixel ref around a GrSurface. If the caller has locked the GrSurface in the 48 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false); 60 GrSurface* fSurface;
|
GrSurface.h | 20 class GrSurface : public GrGpuResource { 22 SK_DECLARE_INST_COUNT(GrSurface); 77 * Checks whether this GrSurface refers to the same GPU object as other. This 81 bool isSameAs(const GrSurface* other) const { 143 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
|
GrClipData.h | 12 #include "GrSurface.h" 49 void getConservativeBounds(const GrSurface* surface,
|
GrRenderTarget.h | 11 #include "GrSurface.h" 24 class GrRenderTarget : public GrSurface { 31 // GrSurface overrides 174 typedef GrSurface INHERITED;
|
GrTexture.h | 12 #include "GrSurface.h" 21 class GrTexture : public GrSurface { 28 // GrSurface overrides 130 typedef GrSurface INHERITED;
|
/external/chromium_org/third_party/skia/tests/ |
GrSurfaceTest.cpp | 17 DEF_GPUTEST(GrSurface, reporter, factory) { 26 GrSurface* texRT1 = context->createUncachedTexture(desc, NULL, 0); 27 GrSurface* texRT2 = context->createUncachedTexture(desc, NULL, 0); 29 GrSurface* tex1 = context->createUncachedTexture(desc, NULL, 0); 47 GrSurface* externalTexRT = context->wrapBackendTexture(backendDesc);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.h | 71 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE; 98 virtual bool onCopySurface(GrSurface* dst, 99 GrSurface* src, 103 virtual bool onCanCopySurface(GrSurface* dst, 104 GrSurface* src, 271 GrGLuint bindSurfaceAsFBO(GrSurface* surface, GrGLenum fboTarget, GrGLIRect* viewport);
|
GrGpuGL.cpp | [all...] |
/external/chromium_org/third_party/skia/gm/ |
xfermodes3.cpp | 134 SkAutoTUnref<GrSurface> surface(context->createUncachedTexture(desc, NULL, 0));
|
gmmain.cpp | 69 class GrSurface; 563 GrSurface* gpuTarget, [all...] |
/external/chromium_org/third_party/skia/tools/ |
PictureRenderer.cpp | 144 SkAutoTUnref<GrSurface> target;
|
/external/chromium_org/skia/ |
skia_library.target.darwin-arm.mk | 376 third_party/skia/src/gpu/GrSurface.cpp \
|
skia_library.target.darwin-arm64.mk | 376 third_party/skia/src/gpu/GrSurface.cpp \
|
skia_library.target.darwin-mips.mk | 376 third_party/skia/src/gpu/GrSurface.cpp \
|
skia_library.target.darwin-mips64.mk | 376 third_party/skia/src/gpu/GrSurface.cpp \
|
skia_library.target.darwin-x86.mk | 377 third_party/skia/src/gpu/GrSurface.cpp \
|