Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp249 std::string planeChannel; in onMakeProgramImpl() local
254 planeChannel.push_back("rgba"[static_cast<int>(yuvChannel)]); in onMakeProgramImpl()
258 SkASSERT(colorChannel.size() == planeChannel.size()); in onMakeProgramImpl()
264 planeChannel.c_str()); in onMakeProgramImpl()