Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dcl_utils.cpp15 size_t GetChannelCount(cl_channel_order channelOrder) in GetChannelCount() function
62 size = GetChannelCount(image_format.image_channel_order); in GetElementSize()
69 size = 2u * GetChannelCount(image_format.image_channel_order); in GetElementSize()
74 size = 4u * GetChannelCount(image_format.image_channel_order); in GetElementSize()
Dcl_utils.h16 size_t GetChannelCount(cl_channel_order channelOrder);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h117 constexpr GLuint GetChannelCount(GLuint redBits, in GetChannelCount() function
170 channelCount(GetChannelCount(redBits, in Format()