Home
last modified time | relevance | path

Searched refs:checkAndResetOOMed (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tools/gpu/gl/interface/
Dtemplates.go281 bool GrGLInterface::checkAndResetOOMed() const {
/third_party/skia/include/gpu/gl/
DGrGLInterface.h69 bool checkAndResetOOMed() const;
/third_party/skia/src/gpu/
DGrGpu.h405 bool checkAndResetOOMed();
DGrGpu.cpp730 bool GrGpu::checkAndResetOOMed() { in checkAndResetOOMed() function in GrGpu
DGrDirectContext.cpp166 bool GrDirectContext::oomed() { return fGpu ? fGpu->checkAndResetOOMed() : false; } in oomed()
/third_party/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp59 bool GrGLInterface::checkAndResetOOMed() const { in checkAndResetOOMed() function in GrGLInterface
DGrGLGpu.cpp353 this->checkAndResetOOMed(); in GrGLGpu()
4086 if (this->glInterface()->checkAndResetOOMed()) { in getErrorAndCheckForOOM()