Searched defs:GrAutoScratchTexture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h22 class GrAutoScratchTexture;
1061 // for use with textures released from an GrAutoScratchTexture.
1085 class GrAutoScratchTexture : public ::SkNoncopyable { class in inherits:::SkNoncopyable
1087 GrAutoScratchTexture() function in class:GrAutoScratchTexture
1092 GrAutoScratchTexture(GrContext* context, function in class:GrAutoScratchTexture
1100 ~GrAutoScratchTexture() {
1131 // This GrAutoScratchTexture has a ref from lockAndRefScratchTexture, which we give up now.
/external/skia/include/gpu/
H A DGrContext.h22 class GrAutoScratchTexture;
1023 // for use with textures released from an GrAutoScratchTexture.
1060 class GrAutoScratchTexture : public ::SkNoncopyable { class in inherits:::SkNoncopyable
1062 GrAutoScratchTexture() function in class:GrAutoScratchTexture
1067 GrAutoScratchTexture(GrContext* context, function in class:GrAutoScratchTexture
1075 ~GrAutoScratchTexture() {
1106 // This GrAutoScratchTexture has a ref from lockAndRefScratchTexture, which we give up now.

Completed in 214 milliseconds