Lines Matching refs:GrGLTexture
18 GrTextureType GrGLTexture::TextureTypeFromTarget(GrGLenum target) { in TextureTypeFromTarget()
45 GrGLTexture::GrGLTexture(GrGLGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrGLTexture() function in GrGLTexture
56 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrGLTexture() function in GrGLTexture
67 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc, in GrGLTexture() function in GrGLTexture
74 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) { in init()
83 GrGLenum GrGLTexture::target() const { in target()
87 void GrGLTexture::onRelease() { in onRelease()
98 void GrGLTexture::onAbandon() { in onAbandon()
104 GrBackendTexture GrGLTexture::getBackendTexture() const { in getBackendTexture()
112 GrBackendFormat GrGLTexture::backendFormat() const { in backendFormat()
117 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped()
120 return sk_sp<GrGLTexture>(new GrGLTexture(gpu, desc, mipMapsStatus, idDesc, cacheable, ioType)); in MakeWrapped()
123 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
132 this->GrGLTexture::onAbandon(); in onStealBackendTexture()
136 void GrGLTexture::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const { in dumpMemoryStatistics()
156 GrGLTexture::gpuMemorySize()); in dumpMemoryStatistics()