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

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

Completed in 52 milliseconds