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

/external/deqp/framework/common/
H A DtcuTexture.cpp52 inline Vec4 readRGB888Float (const deUint8* ptr) { return Vec4(ptr[0]/255.0f, ptr[1]/255.0f, ptr[2]/255.0f, 1.0f); } function in namespace:tcu::__anon4731
993 return readRGB888Float(pixelPtr);

Completed in 2280 milliseconds