Searched defs:writeUnorm8 (Results 1 - 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuFuzzyImageCompare.cpp | 92 static inline void writeUnorm8 (const tcu::PixelBufferAccess& dst, int x, int y, deUint32 val) function in namespace:tcu 102 inline void writeUnorm8<4> (const tcu::PixelBufferAccess& dst, int x, int y, deUint32 val) function in namespace:tcu 186 writeUnorm8<DstChannels>(tmpAccess, j, i, toColor(sum)); 205 writeUnorm8<DstChannels>(dst, i, j, toColor(sum));
|
Completed in 43 milliseconds