Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1461 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1486 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1582 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1616 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1710 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1993 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2070 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2175 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2208 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2299 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
[all …]
DGrGLCaps.h649 bool fRequiresImplementationReadQuery = false; member
661 fExternalIOFormats[i].fRequiresImplementationReadQuery) { in externalFormat()