Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h207 bool shouldQueryImplementationReadSupport(GrGLFormat format) const;
DGrGLCaps.cpp4855 bool GrGLCaps::shouldQueryImplementationReadSupport(GrGLFormat format) const { in shouldQueryImplementationReadSupport() function in GrGLCaps
DGrGLGpu.cpp2435 if (this->glCaps().shouldQueryImplementationReadSupport(target->format())) { in flushRenderTarget()