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

/external/deqp/framework/common/
H A DtcuTexture.cpp53 inline IVec4 readRGBA8888Int (const deUint8* ptr) { return IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); } function in namespace:tcu::__anon2982
717 if (m_format.order == TextureFormat::RGBA) return readRGBA8888Int(pixelPtr);

Completed in 53 milliseconds