Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp184 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
DtcuTexture.cpp865 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle() function
1467 const TextureSwizzle::Channel* map = getChannelWriteSwizzle(m_format.order).components; in setPixel()
1579 const TextureSwizzle::Channel* map = getChannelWriteSwizzle(m_format.order).components; in setPixel()
DtcuTextureUtil.cpp1675 const TextureSwizzle& writeSwizzle = getChannelWriteSwizzle(order); in getBorderColorReadSwizzle()