Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp54 inline IVec4 readRGBA8888Int (const deUint8* ptr) { return IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); } in readRGBA8888Int() function
1179 return readRGBA8888Int(pixelPtr); in getPixelInt()