Searched refs:readRGBA8Raw (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 50 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) in readRGBA8Raw() function 55 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) in readRGBA8Raw() function 63 deUint32 raw = readRGBA8Raw(src, x, y); in readRGBA8() 99 deUint32 p00 = readRGBA8Raw(access, x0, y0); in bilinearSampleRGBA8() 100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8() 101 deUint32 p01 = readRGBA8Raw(access, x0, y1); in bilinearSampleRGBA8() 102 deUint32 p11 = readRGBA8Raw(access, x1, y1); in bilinearSampleRGBA8()
|