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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeLength.rs 24 return native_length(inV);
28 return native_length(inV);
32 return native_length(inV);
36 return native_length(inV);
  /frameworks/rs/driver/runtime/
rs_cl.c 1491 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} function
1492 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} function
1493 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} function
1494 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} function
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 1745 name: native_length
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core_math.rsh     [all...]

Completed in 164 milliseconds