Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp4884 auto& readCTInfo = surfCTInfo.fExternalIOFormats[j]; in didQueryImplementationReadSupport() local
4885 if (readCTInfo.fRequiresImplementationReadQuery) { in didQueryImplementationReadSupport()
4886 if (readCTInfo.fExternalReadFormat != readFormat || in didQueryImplementationReadSupport()
4887 readCTInfo.fExternalType != readType) { in didQueryImplementationReadSupport()
4889 readCTInfo.fExternalReadFormat = 0; in didQueryImplementationReadSupport()