Searched defs:readRGBA8Raw (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp50 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) function in namespace:tcu::__anon2957
55 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) function in namespace:tcu::__anon2957
63 deUint32 raw = readRGBA8Raw(src, x, y);
99 deUint32 p00 = readRGBA8Raw(access, x0, y0);
100 deUint32 p10 = readRGBA8Raw(access, x1, y0);
101 deUint32 p01 = readRGBA8Raw(access, x0, y1);
102 deUint32 p11 = readRGBA8Raw(access, x1, y1);

Completed in 231 milliseconds