Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1249 writer->appendHexU32("f_type", (uint32_t)fFormatTable[i].fFormatType); in onDumpJSON()
1402 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
1525 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
1639 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
1729 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
1809 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
1882 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
2011 info.fFormatType = FormatType::kNormalizedFixedPoint; in initFormatTable()
2088 info.fFormatType = FormatType::kFloat; in initFormatTable()
2226 info.fFormatType = FormatType::kFloat; in initFormatTable()
[all …]
DGrGLCaps.h729 FormatType fFormatType = FormatType::kUnknown; member