Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp1482 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1507 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1601 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1636 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1670 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1764 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2068 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2145 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2250 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2283 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
[all …]
DGrGLCaps.h667 bool fRequiresImplementationReadQuery = false; member
679 fExternalIOFormats[i].fRequiresImplementationReadQuery) { in externalFormat()