Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp52 inline Vec4 readRGBA8888Float (const deUint8* ptr) { return Vec4(ptr[0]/255.0f, ptr[1]/255.0f, ptr… in readRGBA8888Float() function
1083 return readRGBA8888Float(pixelPtr); in getPixel()