Home | History | Annotate | Download | only in common

Lines Matching full:vec4

43 Vec4					sRGBToLinear	(const Vec4& cs);
44 Vec4 linearToSRGB (const Vec4& cl);
67 Vec4 valueMin;
68 Vec4 valueMax;
69 Vec4 lookupScale;
70 Vec4 lookupBias;
72 TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const Vec4& lookupBias_)
86 void clear (const PixelBufferAccess& access, const Vec4& color);
90 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
91 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
92 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB);
99 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
100 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);