Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp51 inline Vec4 readRGBA8888Float (const deUint8* ptr) { return Vec4(ptr[0]/255.0f, ptr[1]/255.0f, ptr… in readRGBA8888Float() function
991 return readRGBA8888Float(pixelPtr); in getPixel()