Home
last modified time | relevance | path

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

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