Searched refs:floatColors (Results 1 – 1 of 1) sorted by relevance
747 float* floatColors = env->GetFloatArrayElements(fColor, 0); in nativeSetColor() local748 half3 color(floatColors[0], floatColors[1], floatColors[2]); in nativeSetColor()750 env->ReleaseFloatArrayElements(fColor, floatColors, 0); in nativeSetColor()