Searched refs:checkAndResetOOMed (Results 1 – 7 of 7) sorted by relevance
281 bool GrGLInterface::checkAndResetOOMed() const {
69 bool checkAndResetOOMed() const;
405 bool checkAndResetOOMed();
730 bool GrGpu::checkAndResetOOMed() { in checkAndResetOOMed() function in GrGpu
166 bool GrDirectContext::oomed() { return fGpu ? fGpu->checkAndResetOOMed() : false; } in oomed()
59 bool GrGLInterface::checkAndResetOOMed() const { in checkAndResetOOMed() function in GrGLInterface
353 this->checkAndResetOOMed(); in GrGLGpu()4086 if (this->glInterface()->checkAndResetOOMed()) { in getErrorAndCheckForOOM()