HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_LAST (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTexture.cpp 826 static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }};
827 static const TextureSwizzle R = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }};
828 static const TextureSwizzle A = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }};
    [all...]
tcuTexture.hpp 164 CHANNEL_LAST
    [all...]

Completed in 122 milliseconds