HomeSort by relevance Sort by last modified time
    Searched refs:BlendComp_t (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/pixelflinger2/
scanline.cpp 28 static void Saturate(Vec4<BlendComp_t> * color)
36 static inline void RGBAIntToRGBAIntx4(unsigned rgba, Vec4<BlendComp_t> * color) __attribute__((always_inline));
37 static inline void RGBAIntToRGBAIntx4(unsigned rgba, Vec4<BlendComp_t> * color)
45 static inline void RGBAFloatx4ToRGBAIntx4(Vector4 * v, Vec4<BlendComp_t> * color)
53 static inline unsigned RGBAIntx4ToRGBAInt(const Vec4<BlendComp_t> * color);
54 static inline unsigned RGBAIntx4ToRGBAInt(const Vec4<BlendComp_t> * color)
85 const T & zero, const BlendComp_t & srcA, const BlendComp_t & dstA,
86 const BlendComp_t & constantA, const BlendComp_t & sOne) __attribute__((always_inline))
    [all...]
pixelflinger2.h 71 typedef int BlendComp_t;

Completed in 21 milliseconds