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

  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 20 class GrTexture : public 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)
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* setTexture(GrTexture* texture)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 10 #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::onRelease()
    [all...]
  /external/skia/include/gpu/
GrTexture.h 20 class GrTexture : public 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)
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* setTexture(GrTexture* texture)
    [all...]
  /external/skia/src/gpu/
GrTexture.cpp 10 #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::onRelease()
    [all...]

Completed in 474 milliseconds