Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1403 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1428 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1522 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1556 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1650 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
1929 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2000 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2105 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2138 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
2229 ioFormat.fRequiresImplementationReadQuery = !GR_IS_GR_GL(standard); in initFormatTable()
[all …]
DGrGLCaps.h619 bool fRequiresImplementationReadQuery = false; member
631 fExternalIOFormats[i].fRequiresImplementationReadQuery) { in externalFormat()