Searched refs:out_channel_order (Results 1 – 1 of 1) sorted by relevance
6348 …OrderForInternalformatAndType(GLenum internalformat, GLenum type, ChannelOrder* out_channel_order);8828 ChannelOrder* out_channel_order) in getChannelOrderForInternalformatAndType() argument8831 DE_ASSERT(out_channel_order != NULL); in getChannelOrderForInternalformatAndType()8845 *out_channel_order = CHANNEL_ORDER_R; in getChannelOrderForInternalformatAndType()8851 *out_channel_order = CHANNEL_ORDER_RG; in getChannelOrderForInternalformatAndType()8858 *out_channel_order = CHANNEL_ORDER_BGR; in getChannelOrderForInternalformatAndType()8860 *out_channel_order = CHANNEL_ORDER_RGB; in getChannelOrderForInternalformatAndType()8867 *out_channel_order = CHANNEL_ORDER_ABGR; in getChannelOrderForInternalformatAndType()8869 *out_channel_order = CHANNEL_ORDER_RGBA; in getChannelOrderForInternalformatAndType()