Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h699 fHaveQueriedImplementationReadSupport); in externalFormat()
752 bool fHaveQueriedImplementationReadSupport = false; member
DGrGLCaps.cpp4488 if (formatInfo.fHaveQueriedImplementationReadSupport || in onSupportedReadPixelsColorType()
4650 if (!formatInfo.fHaveQueriedImplementationReadSupport) { in shouldQueryImplementationReadSupport()
4664 const_cast<FormatInfo&>(formatInfo).fHaveQueriedImplementationReadSupport = true; in shouldQueryImplementationReadSupport()
4667 return !formatInfo.fHaveQueriedImplementationReadSupport; in shouldQueryImplementationReadSupport()
4687 formatInfo.fHaveQueriedImplementationReadSupport = true; in didQueryImplementationReadSupport()