Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds