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

1 2

  /external/chromium_org/third_party/skia/include/gpu/
GrClipData.h 13 class GrSurface;
49 void getConservativeBounds(const GrSurface* surface,
SkGrPixelRef.h 38 * PixelRef that wraps a GrSurface
43 * Constructs a pixel ref around a GrSurface. If the caller has locked the GrSurface in the
47 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
61 GrSurface* fSurface;
GrSurface.h 20 class GrSurface : public GrResource {
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 {
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
GrRenderTarget.h 11 #include "GrSurface.h"
24 class GrRenderTarget : public GrSurface {
31 // GrSurface overrides
168 typedef GrSurface INHERITED;
GrTexture.h 12 #include "GrSurface.h"
19 class GrTexture : public GrSurface {
64 // GrSurface overrides
171 typedef GrSurface INHERITED;
  /external/skia/include/gpu/
GrClipData.h 13 class GrSurface;
49 void getConservativeBounds(const GrSurface* surface,
SkGrPixelRef.h 38 * PixelRef that wraps a GrSurface
43 * Constructs a pixel ref around a GrSurface. If the caller has locked the GrSurface in the
47 SkGrPixelRef(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
61 GrSurface* fSurface;
GrSurface.h 20 class GrSurface : public GrResource {
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 {
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
GrRenderTarget.h 11 #include "GrSurface.h"
24 class GrRenderTarget : public GrSurface {
31 // GrSurface overrides
168 typedef GrSurface INHERITED;
GrTexture.h 12 #include "GrSurface.h"
19 class GrTexture : public GrSurface {
64 // GrSurface overrides
171 typedef GrSurface INHERITED;
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 8 #include "GrSurface.h"
15 void GrSurface::asImageInfo(SkImageInfo* info) const {
24 bool GrSurface::savePixels(const char* filename) {
GrClipData.cpp 10 #include "GrSurface.h"
21 void GrClipData::getConservativeBounds(const GrSurface* surface,
GrInOrderDrawBuffer.h 77 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
126 SkAutoTUnref<GrSurface> fDst;
127 SkAutoTUnref<GrSurface> fSrc;
160 virtual bool onCopySurface(GrSurface* dst,
161 GrSurface* src,
164 virtual bool onCanCopySurface(GrSurface* dst,
165 GrSurface* src,
GrDrawTarget.h 436 bool copySurface(GrSurface* dst,
437 GrSurface* src,
444 bool canCopySurface(GrSurface* dst,
445 GrSurface* src,
454 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc);
713 virtual bool onCopySurface(GrSurface* dst,
714 GrSurface* src,
723 virtual bool onCanCopySurface(GrSurface* dst,
724 GrSurface* src,
    [all...]
GrDrawTarget.cpp 817 bool clip_srcrect_and_dstpoint(const GrSurface* dst,
818 const GrSurface* src,
868 bool GrDrawTarget::copySurface(GrSurface* dst,
869 GrSurface* src,
893 bool GrDrawTarget::canCopySurface(GrSurface* dst,
894 GrSurface* src,
914 bool GrDrawTarget::onCanCopySurface(GrSurface* dst,
915 GrSurface* src,
928 bool GrDrawTarget::onCopySurface(GrSurface* dst,
929 GrSurface* src
    [all...]
GrPathRenderer.h 200 // Helper version that gets the dev width and height from a GrSurface.
202 const GrSurface* device,
  /external/skia/src/gpu/
GrSurface.cpp 8 #include "GrSurface.h"
15 void GrSurface::asImageInfo(SkImageInfo* info) const {
24 bool GrSurface::savePixels(const char* filename) {
GrClipData.cpp 10 #include "GrSurface.h"
21 void GrClipData::getConservativeBounds(const GrSurface* surface,
GrInOrderDrawBuffer.h 77 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
126 SkAutoTUnref<GrSurface> fDst;
127 SkAutoTUnref<GrSurface> fSrc;
160 virtual bool onCopySurface(GrSurface* dst,
161 GrSurface* src,
164 virtual bool onCanCopySurface(GrSurface* dst,
165 GrSurface* src,
GrDrawTarget.h 436 bool copySurface(GrSurface* dst,
437 GrSurface* src,
444 bool canCopySurface(GrSurface* dst,
445 GrSurface* src,
454 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc);
713 virtual bool onCopySurface(GrSurface* dst,
714 GrSurface* src,
723 virtual bool onCanCopySurface(GrSurface* dst,
724 GrSurface* src,
    [all...]
GrDrawTarget.cpp 817 bool clip_srcrect_and_dstpoint(const GrSurface* dst,
818 const GrSurface* src,
868 bool GrDrawTarget::copySurface(GrSurface* dst,
869 GrSurface* src,
893 bool GrDrawTarget::canCopySurface(GrSurface* dst,
894 GrSurface* src,
914 bool GrDrawTarget::onCanCopySurface(GrSurface* dst,
915 GrSurface* src,
928 bool GrDrawTarget::onCopySurface(GrSurface* dst,
929 GrSurface* src
    [all...]
GrPathRenderer.h 200 // Helper version that gets the dev width and height from a GrSurface.
202 const GrSurface* device,
  /external/skia/tests/
GrSurfaceTest.cpp 30 GrSurface* texRT1 = context->createUncachedTexture(desc, NULL, 0);
31 GrSurface* texRT2 = context->createUncachedTexture(desc, NULL, 0);
33 GrSurface* tex1 = context->createUncachedTexture(desc, NULL, 0);
51 GrSurface* externalTexRT = context->wrapBackendTexture(backendDesc);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 76 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
109 virtual bool onCopySurface(GrSurface* dst,
110 GrSurface* src,
114 virtual bool onCanCopySurface(GrSurface* dst,
115 GrSurface* src,
  /external/skia/src/gpu/gl/
GrGpuGL.h 76 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
109 virtual bool onCopySurface(GrSurface* dst,
110 GrSurface* src,
114 virtual bool onCanCopySurface(GrSurface* dst,
115 GrSurface* src,

Completed in 196 milliseconds

1 2