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"
15 void GrGLTexture::init(GrGpuGL* gpu,
39 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
45 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
52 void GrGLTexture::onRelease() {
57 void GrGLTexture::onAbandon() {
66 GrBackendObject GrGLTexture::getTextureHandle() const {
GrGLTexture.h 48 class GrGLTexture : public GrTextureImpl {
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 8 #include "GrGLTexture.h"
15 void GrGLTexture::init(GrGpuGL* gpu,
38 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
44 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
51 void GrGLTexture::onRelease() {
57 void GrGLTexture::onAbandon() {
66 GrBackendObject GrGLTexture::getTextureHandle() const {
GrGLTexture.h 48 class GrGLTexture : public GrTextureImpl {
66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
74 virtual ~GrGLTexture() { this->release(); }

Completed in 48 milliseconds