Lines Matching refs:GrGLInterface
13 #include "include/gpu/gl/GrGLInterface.h"
18 GrGLInterface::GrGLInterface() {
41 GrGLenum GrGLInterface::checkError(const char* location, const char* call) const {
59 bool GrGLInterface::checkAndResetOOMed() const {
67 void GrGLInterface::suppressErrorLogging() { fSuppressErrorLogging = true; }
71 SkDEBUGF("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); \
74 bool GrGLInterface::validate() const {
794 void GrGLInterface::abandon() const {
795 const_cast<GrGLInterface*>(this)->fFunctions = GrGLInterface::Functions();