Searched defs:GrTexture (Results 1 - 4 of 4) sorted by last modified time

/external/skia/src/gpu/
H A DGrTexture.cpp10 #include "GrTexture.h"
18 GrTexture::~GrTexture() {
28 void GrTexture::internal_dispose() const {
31 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
61 size_t GrTexture::gpuMemorySize() const {
92 bool GrTexture::readPixels(int left, int top, int width, int height,
106 void GrTexture::writePixels(int left, int top, int width, int height,
120 void GrTexture
[all...]
/external/skia/include/gpu/
H A DGrTexture.h20 class GrTexture : public GrSurface { class in inherits:GrSurface
40 virtual GrTexture* asTexture() SK_OVERRIDE { return this; }
41 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; }
105 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) function in class:GrTexture
113 virtual ~GrTexture();
132 class GrTextureImpl : public GrTexture {
179 typedef GrTexture INHERITED;
193 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
209 GrTexture* texture() const { return fTexture.get(); }
211 GrTexture* setTextur
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTexture.h21 class GrTexture : public GrSurface { class in inherits:GrSurface
41 virtual GrTexture* asTexture() SK_OVERRIDE { return this; }
42 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; }
105 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) function in class:GrTexture
113 virtual ~GrTexture();
133 class GrTextureImpl : public GrTexture {
177 typedef GrTexture INHERITED;
191 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
207 GrTexture* texture() const { return fTexture.get(); }
209 GrTexture* setTextur
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTexture.cpp10 #include "GrTexture.h"
18 GrTexture::~GrTexture() {
28 void GrTexture::internal_dispose() const {
31 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
60 size_t GrTexture::gpuMemorySize() const {
77 bool GrTexture::readPixels(int left, int top, int width, int height,
91 void GrTexture::writePixels(int left, int top, int width, int height,
105 void GrTexture
[all...]

Completed in 140 milliseconds