Home
last modified time | relevance | path

Searched refs:imagingSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h319 bool imagingSupport() const { return fImagingSupport; } in imagingSupport() function
DGrGLGpu.cpp521 if (this->glCaps().imagingSupport() && !this->glCaps().isCoreProfile()) { in onResetContext()