Home | History | Annotate | Download | only in common

Lines Matching refs:Vec4

45 Vec4					sRGBToLinear				(const Vec4& cs);
46 Vec4 linearToSRGB (const Vec4& cl);
70 Vec4 valueMin;
71 Vec4 valueMax;
72 Vec4 lookupScale;
73 Vec4 lookupBias;
75 TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const Vec4& lookupBias_)
90 void clear (const PixelBufferAccess& access, const Vec4& color);
95 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
96 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
97 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB);
106 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
107 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
131 deUint32 packRGB999E5 (const tcu::Vec4& color);