Searched defs:GrGLTexture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp8 #include "GrGLTexture.h"
15 void GrGLTexture::init(GrGpuGL* gpu,
39 GrGLTexture::GrGLTexture(GrGpuGL* gpu, function in class:GrGLTexture
45 GrGLTexture::GrGLTexture(GrGpuGL* gpu, function in class:GrGLTexture
52 void GrGLTexture::onRelease() {
57 void GrGLTexture::onAbandon() {
66 GrBackendObject GrGLTexture::getTextureHandle() const {
H A DGrGLTexture.h48 class GrGLTexture : public GrTextureImpl { class in inherits:GrTextureImpl
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp8 #include "GrGLTexture.h"
15 void GrGLTexture::init(GrGpuGL* gpu,
38 GrGLTexture::GrGLTexture(GrGpuGL* gpu, function in class:GrGLTexture
44 GrGLTexture::GrGLTexture(GrGpuGL* gpu, function in class:GrGLTexture
51 void GrGLTexture::onRelease() {
57 void GrGLTexture::onAbandon() {
66 GrBackendObject GrGLTexture::getTextureHandle() const {
H A DGrGLTexture.h48 class GrGLTexture : public GrTextureImpl { class in inherits:GrTextureImpl
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }

Completed in 2539 milliseconds