OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_length
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeLength.rs
24
return
native_length
(inV);
28
return
native_length
(inV);
32
return
native_length
(inV);
36
return
native_length
(inV);
40
return
native_length
(inV);
44
return
native_length
(inV);
48
return
native_length
(inV);
52
return
native_length
(inV);
/frameworks/rs/script_api/include/
rs_vector_math.rsh
176
* See also length(),
native_length
().
236
* See also fast_length(),
native_length
().
318
*
native_length
: Approximate length of a vector
326
native_length
(float v);
331
native_length
(float2 v);
336
native_length
(float3 v);
341
native_length
(float4 v);
346
native_length
(half v);
351
native_length
(half2 v);
356
native_length
(half3 v)
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_vector_math.rsh
176
* See also length(),
native_length
().
236
* See also fast_length(),
native_length
().
318
*
native_length
: Approximate length of a vector
326
native_length
(float v);
331
native_length
(float2 v);
336
native_length
(float3 v);
341
native_length
(float4 v);
346
native_length
(half v);
351
native_length
(half2 v);
356
native_length
(half3 v)
[
all
...]
/frameworks/rs/script_api/
rs_vector_math.spec
147
See also @length(), @
native_length
().
183
See also @fast_length(), @
native_length
().
224
function:
native_length
239
function:
native_length
/frameworks/rs/driver/runtime/
rs_cl.c
1648
float __attribute__((overloadable))
native_length
(float v) { return fast_length(v);}
function
1649
float __attribute__((overloadable))
native_length
(float2 v) { return fast_length(v);}
function
1650
float __attribute__((overloadable))
native_length
(float3 v) { return fast_length(v);}
function
1651
float __attribute__((overloadable))
native_length
(float4 v) { return fast_length(v);}
function
2290
H_FUNC_HN(
native_length
);
variable
[
all
...]
Completed in 45 milliseconds