Lines Matching refs:float4
103 float4 *left, float4 *right,
104 float4 *top, float4 *bottom,
105 float4 *near, float4 *far) {
153 * @param sphere float4 representing the sphere
162 rsIsSphereInFrustum(float4 *sphere,
163 float4 *left, float4 *right,
164 float4 *top, float4 *bottom,
165 float4 *near, float4 *far) {
236 _RS_RUNTIME uchar4 __attribute__((overloadable)) rsPackColorTo8888(float4 color);
239 * Unpack a uchar4 color to float4. The resulting float range will be (0-1).
243 * @return float4
245 _RS_RUNTIME float4 rsUnpackColor8888(uchar4 c);