Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6348 …OrderForInternalformatAndType(GLenum internalformat, GLenum type, ChannelOrder* out_channel_order);
8828 ChannelOrder* out_channel_order) in getChannelOrderForInternalformatAndType() argument
8831 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()