Searched refs:GrGLFormatChannels (Results 1 – 3 of 3) sorted by relevance
41 static constexpr uint32_t GrGLFormatChannels(GrGLFormat format) { in GrGLFormatChannels() function
3226 uint32_t dstChannels = GrGLFormatChannels(dstFormat); in canCopyTexSubImage()3227 uint32_t srcChannels = GrGLFormatChannels(srcFormat); in canCopyTexSubImage()
220 return GrGLFormatChannels(GrGLFormatFromGLEnum(fGLFormat)); in channelMask()