Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp1581 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1606 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1700 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1735 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1769 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1863 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2167 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2266 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2371 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2404 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
[all …]
H A DGrGLCaps.h714 bool fRequiresImplementationReadQuery = false; member
726 fExternalIOFormats[i].fRequiresImplementationReadQuery) { in externalFormat()