Searched refs:contextAbandoned (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrGpu.h54 // INHERITED::contextAbandoned() if they override this.
55 virtual void contextAbandoned();
H A DGrGpu.cpp51 void GrGpu::contextAbandoned() {} function in class:GrGpu
H A DGrContext.cpp173 fGpu->contextAbandoned();
/external/skia/src/gpu/gl/
H A DGrGLGpu.h38 void contextAbandoned() override;
H A DGrGLGpu.cpp226 void GrGLGpu::contextAbandoned() { function in class:GrGLGpu
227 INHERITED::contextAbandoned();

Completed in 29 milliseconds