Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DHalf.hpp56 void toRGB16F(half rgb[3]) const in toRGB16F() function in sw::RGB9E5
84 void toRGB16F(half rgb[3]) const in toRGB16F() function in sw::R11G11B10F
/external/swiftshader/src/System/
DHalf.hpp101 void toRGB16F(half rgb[3]) const in toRGB16F() function in sw::RGB9E5
287 void toRGB16F(half rgb[3]) const in toRGB16F() function in sw::R11G11B10F
/external/swiftshader/src/OpenGL/common/
DImage.cpp823 sourceRGB->toRGB16F(destF); in TransferRow()
836 sourceRGB->toRGB16F(destF); in TransferRow()