Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp174 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
DtcuTexture.cpp821 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle() function
1375 const TextureSwizzle::Channel* map = getChannelWriteSwizzle(m_format.order).components; in setPixel()
1485 const TextureSwizzle::Channel* map = getChannelWriteSwizzle(m_format.order).components; in setPixel()
DtcuTextureUtil.cpp1557 const TextureSwizzle& writeSwizzle = getChannelWriteSwizzle(order); in getBorderColorReadSwizzle()