OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoothstep
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/scriptc/
rs_cl.rsh
930
extern float __attribute__((const, overloadable))
smoothstep
(float, float, float);
931
extern float2 __attribute__((const, overloadable))
smoothstep
(float2, float2, float2);
932
extern float3 __attribute__((const, overloadable))
smoothstep
(float3, float3, float3);
933
extern float4 __attribute__((const, overloadable))
smoothstep
(float4, float4, float4);
934
extern float2 __attribute__((const, overloadable))
smoothstep
(float, float, float2);
935
extern float3 __attribute__((const, overloadable))
smoothstep
(float, float, float3);
936
extern float4 __attribute__((const, overloadable))
smoothstep
(float, float, float4);
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
930
extern float __attribute__((const, overloadable))
smoothstep
(float, float, float);
931
extern float2 __attribute__((const, overloadable))
smoothstep
(float2, float2, float2);
932
extern float3 __attribute__((const, overloadable))
smoothstep
(float3, float3, float3);
933
extern float4 __attribute__((const, overloadable))
smoothstep
(float4, float4, float4);
934
extern float2 __attribute__((const, overloadable))
smoothstep
(float, float, float2);
935
extern float3 __attribute__((const, overloadable))
smoothstep
(float, float, float3);
936
extern float4 __attribute__((const, overloadable))
smoothstep
(float, float, float4);
/frameworks/rs/driver/runtime/
rs_cl.c
[
all
...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java
106
public static final float
smoothstep
(final float a, final float b, final float x) {
method in class:ShaderUtils
Completed in 250 milliseconds