Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrAutoScratchTexture

22 class GrAutoScratchTexture;
927 // for use with textures released from an GrAutoScratchTexture.
964 class GrAutoScratchTexture : public ::SkNoncopyable {
966 GrAutoScratchTexture()
971 GrAutoScratchTexture(GrContext* context,
979 ~GrAutoScratchTexture() {
1010 // This GrAutoScratchTexture has a ref from lockAndRefScratchTexture, which we give up now.