/frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/ |
D | multitexf.glsl | 9 col0.xyz = mix(col0.xyz, col2.xyz, col2.w);
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/ |
D | vignette_fs.glsl | 12 color = vec4(mix(color.rgb, vec3(0.0), gradient), 1.0);
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_cl.rsh | 750 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount); 751 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount); 752 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount); 753 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount); 754 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount); 755 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount); 756 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount);
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_cl.c | 731 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { in FN_FUNC_FN() 734 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { in mix() function 737 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { in mix() function 740 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { in mix() function 743 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { in mix() function 746 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) { in mix() function 749 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { in mix() function
|
/frameworks/base/voip/jni/rtp/ |
D | AudioGroup.cpp | 104 bool mix(int32_t *output, int head, int tail, int sampleRate); 234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix() function in __anon890361ce0111::AudioStream 310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate); in encode()
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | math.rs | 299 TEST_FN_FUNC_FN_FN_FN(mix); 300 TEST_FN_FUNC_FN_FN_F(mix);
|
/frameworks/base/docs/html/resources/articles/ |
D | using-webviews.jd | 18 full screen or you can mix it with other Views. The content for your
|
D | wikinotes-linkify.jd | 70 numeric digit, followed by another upper case letter, and then any mix
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 30 the client or purely on the web. You can mix the two together by developing a client-side Android
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 490 float offset = mix(-1.0f, 1.0f, gXOffset);
|
/frameworks/base/docs/html/sdk/ |
D | android-2.3-highlights.jd | 360 soundstage), and reverb to audio tracks and sounds. Developers can mix multiple
|
D | android-3.2.jd | 278 mix them as needed to ensure that your app looks great on any device. Here
|
D | android-3.0.jd | 147 alternative layouts</a>, you can mix and match fragments, based
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 343 from the samples. In particular, you can see a mix of both <code>android:</code>
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 334 from the samples. In particular, you can see a mix of both <code>android:</code>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 650 /sdcard/android/layout_tests/editing/style/apple-style-editable-mix.html
|