Searched refs:out_channel_order (Results 1 – 1 of 1) sorted by relevance
6343 …OrderForInternalformatAndType(GLenum internalformat, GLenum type, ChannelOrder* out_channel_order);8824 ChannelOrder* out_channel_order) in getChannelOrderForInternalformatAndType() argument8827 DE_ASSERT(out_channel_order != NULL); in getChannelOrderForInternalformatAndType()8841 *out_channel_order = CHANNEL_ORDER_R; in getChannelOrderForInternalformatAndType()8847 *out_channel_order = CHANNEL_ORDER_RG; in getChannelOrderForInternalformatAndType()8854 *out_channel_order = CHANNEL_ORDER_BGR; in getChannelOrderForInternalformatAndType()8856 *out_channel_order = CHANNEL_ORDER_RGB; in getChannelOrderForInternalformatAndType()8863 *out_channel_order = CHANNEL_ORDER_ABGR; in getChannelOrderForInternalformatAndType()8865 *out_channel_order = CHANNEL_ORDER_RGBA; in getChannelOrderForInternalformatAndType()