Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAPixmaps.cpp24 this->enableDataType(DataType::kUnorm8, n); in SupportedDataTypes()
28 this->enableDataType(DataType::kUnorm16, n); in SupportedDataTypes()
32 this->enableDataType(DataType::kFloat16, n); in SupportedDataTypes()
36 this->enableDataType(DataType::kUnorm10_Unorm2, n); in SupportedDataTypes()
42 void SkYUVAPixmapInfo::SupportedDataTypes::enableDataType(DataType type, int numChannels) { in enableDataType() function in SkYUVAPixmapInfo::SupportedDataTypes
/external/skia/include/core/
DSkYUVAPixmaps.h68 void enableDataType(DataType, int numChannels);