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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 8 #include "GrGLTexture.h"
17 void GrGLTexture::init(GrGpuGL* gpu,
40 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
46 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
53 void GrGLTexture::onRelease() {
59 void GrGLTexture::onAbandon() {
68 GrBackendObject GrGLTexture::getTextureHandle() const {
GrGLTexture.h 48 class GrGLTexture : public GrTexture {
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 8 #include "GrGLTexture.h"
17 void GrGLTexture::init(GrGpuGL* gpu,
40 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
46 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
53 void GrGLTexture::onRelease() {
59 void GrGLTexture::onAbandon() {
68 GrBackendObject GrGLTexture::getTextureHandle() const {
GrGLTexture.h 48 class GrGLTexture : public GrTexture {
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }

Completed in 221 milliseconds