Searched refs:readRGBA8888Float (Results 1 – 1 of 1) sorted by relevance
51 inline Vec4 readRGBA8888Float (const deUint8* ptr) { return Vec4(ptr[0]/255.0f, ptr[1]/255.0f, ptr… in readRGBA8888Float() function991 return readRGBA8888Float(pixelPtr); in getPixel()