Searched refs:readRGB888Int (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp54 inline IVec4 readRGB888Int (const deUint8* ptr) { return IVec4(ptr[0], ptr[1], ptr[2], 1); } function in namespace:tcu::__anon4731
1093 return readRGB888Int(pixelPtr);

Completed in 164 milliseconds