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"
16 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc)
23 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const GrSurfaceDesc& desc, const IDDesc& idDesc, Derived)
29 void GrGLTexture::init(const GrSurfaceDesc& desc, const IDDesc& idDesc) {
37 void GrGLTexture::onRelease() {
53 void GrGLTexture::onAbandon() {
59 GrBackendObject GrGLTexture::getTextureHandle() const {
67 void GrGLTexture::setMemoryBacking(SkTraceMemoryDump* traceMemoryDump
    [all...]
GrGLTexture.h 18 class GrGLTexture : public GrTexture {
35 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&);
62 GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, Derived);

Completed in 1641 milliseconds