Home | History | Annotate | Download | only in glshared

Lines Matching refs:ChannelType

672 	tcu::TextureFormat::ChannelType		channelType;
676 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
678 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
679 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
686 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);