Home
last modified time | relevance | path

Searched defs:linearToSRGB (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/shaders/
Dcommon.h134 static inline float linearToSRGB(float color) in linearToSRGB() function
146 static inline float4 linearToSRGB(float4 color) in linearToSRGB() function
/external/swiftshader/src/System/
DMath.hpp338 inline float linearToSRGB(float c) in linearToSRGB() function
/external/swiftshader/src/Pipeline/
DShaderCore.cpp673 SIMD::Float linearToSRGB(const SIMD::Float &c) in linearToSRGB() function
914 Float4 linearToSRGB(const Float4 &c) in linearToSRGB() function
/external/angle/src/common/
Dmathutil.h1007 inline uint8_t linearToSRGB(float value) in linearToSRGB() function
/external/deqp/framework/common/
DtcuTextureUtil.cpp94 Vec4 linearToSRGB (const Vec4& cl) in linearToSRGB() function