Searched refs:readRGB888Int (Results 1 – 1 of 1) sorted by relevance
54 inline IVec4 readRGB888Int (const deUint8* ptr) { return IVec4(ptr[0], ptr[1], ptr[2], 1); } in readRGB888Int() function1093 return readRGB888Int(pixelPtr); in getPixelInt()