Home
last modified time | relevance | path

Searched refs:shouldQueryImplementationReadSupport (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h239 bool shouldQueryImplementationReadSupport(GrGLFormat format) const;
H A DGrGLCaps.cpp5121 bool GrGLCaps::shouldQueryImplementationReadSupport(GrGLFormat format) const { in shouldQueryImplementationReadSupport() function in GrGLCaps
H A DGrGLGpu.cpp2522 if (this->glCaps().shouldQueryImplementationReadSupport(target->format())) { in flushRenderTarget()