Home | History | Annotate | Download | only in debug

Lines Matching defs:interface

795     void setWrapped(GrGLInterface *interface) {
796 fWrapped.reset(interface);
799 // TODO: there are some issues w/ wrapping another GL interface inside the
800 // debug interface:
804 // "glInterface" pointer - i.e., treating the debug interface as a
812 // interface as a singleton (since there would be one for each
817 // the debug GL interface (assuming that the application will create
823 // and then pass the wrapped interface to the debug GL interface.
835 GrGLInterface* interface = SkNEW(GrDebugGLInterface);
837 interface->fStandard = kGL_GrGLStandard;
839 GrGLInterface::Functions* functions = &interface->fFunctions;
974 interface->fExtensions.init(kGL_GrGLStandard, functions->fGetString, functions->fGetStringi,
977 return interface;