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