Home | History | Annotate | Download | only in debug

Lines Matching refs:GrGLInterface

10 #include "gl/GrGLInterface.h"
781 struct GrDebugGLInterface : public GrGLInterface {
795 void setWrapped(GrGLInterface *interface) {
828 SkAutoTUnref<GrGLInterface> fWrapped;
830 typedef GrGLInterface INHERITED;
834 const GrGLInterface* GrGLCreateDebugInterface() {
835 GrGLInterface* interface = SkNEW(GrDebugGLInterface);
839 GrGLInterface::Functions* functions = &interface->fFunctions;