Searched refs:shouldQueryImplementationReadSupport (Results 1 – 3 of 3) sorted by relevance
205 bool shouldQueryImplementationReadSupport(GrGLFormat format) const;
2317 if (this->glCaps().shouldQueryImplementationReadSupport(target->format())) { in flushRenderTargetNoColorWrites()
4718 bool GrGLCaps::shouldQueryImplementationReadSupport(GrGLFormat format) const { in shouldQueryImplementationReadSupport() function in GrGLCaps