Home
last modified time | relevance | path

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

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