Searched refs:channelFlags (Results 1 – 6 of 6) sorted by relevance
65 uint32_t channelFlags[] = {fPlaneFormats[0].channelMask(), in toYUVALocations() local69 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()102 uint32_t channelFlags[] = {fTextures[0].getBackendFormat().channelMask(), in toYUVALocations() local106 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
11 static int num_channels(uint32_t channelFlags) { in num_channels() argument12 switch (channelFlags) { in num_channels()22 SkDEBUGFAILF("Unexpected channel combination 0x%08x", channelFlags); in num_channels()
360 auto channelFlags = GrColorTypeChannelFlags(read.fColorType); in supportedReadPixelsColorType() local361 if ((channelFlags == kRGBA_SkColorChannelFlags || channelFlags == kRGB_SkColorChannelFlags || in supportedReadPixelsColorType()362 channelFlags == kAlpha_SkColorChannelFlag || channelFlags == kGray_SkColorChannelFlag) && in supportedReadPixelsColorType()
142 static bool channel_index_to_channel(uint32_t channelFlags, in channel_index_to_channel() argument145 switch (channelFlags) { in channel_index_to_channel()356 SkYUVAInfo::YUVALocations SkYUVAInfo::toYUVALocations(const uint32_t* channelFlags) const { in toYUVALocations()357 return GetYUVALocations(fPlaneConfig, channelFlags); in toYUVALocations()
288 uint32_t channelFlags[] = {SkColorTypeChannelFlags(fPlanes[0].colorType()), in toYUVALocations() local292 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
210 YUVALocations toYUVALocations(const uint32_t* channelFlags) const;