Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp54 inline IVec4 readRGBA8888Int (const deUint8* ptr) { return IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); } in readRGBA8888Int() function
1225 return readRGBA8888Int(pixelPtr); in getPixelInt()