Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h764 fHaveQueriedImplementationReadSupport); in externalFormat()
817 bool fHaveQueriedImplementationReadSupport = false; member
H A DGrGLCaps.cpp4953 if (formatInfo.fHaveQueriedImplementationReadSupport || in onSupportedReadPixelsColorType()
5123 if (!formatInfo.fHaveQueriedImplementationReadSupport) { in shouldQueryImplementationReadSupport()
5137 const_cast<FormatInfo&>(formatInfo).fHaveQueriedImplementationReadSupport = true; in shouldQueryImplementationReadSupport()
5140 return !formatInfo.fHaveQueriedImplementationReadSupport; in shouldQueryImplementationReadSupport()
5160 formatInfo.fHaveQueriedImplementationReadSupport = true; in didQueryImplementationReadSupport()