/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | vibrance.rs | 21 static const float Rf = 0.2999f; constant 22 static const float Gf = 0.587f; constant 23 static const float Bf = 0.114f; constant 25 static float S = 0.f; constant 26 static float MS = 0.f; constant 27 static float Rt = 0.f; variable 28 static float Gt = 0.f; constant 29 static float Bt = 0.f; constant 30 static float Vib = 0.f; constant
|
D | bwfilter.rs | 20 static float sr = 0.f; constant 21 static float sg = 0.f; constant 22 static float sb = 0.f; variable
|
D | wbalance.rs | 26 static float scaleR; variable 27 static float scaleG; variable 28 static float scaleB; variable
|
D | contrast.rs | 19 static float brightM = 0.f; constant 20 static float brightC = 0.f; variable
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | simplemodel.rs | 44 static float gRotateX; variable 45 static float gRotateY; variable 46 static float gZoom; variable 48 static float gLastX; constant 49 static float gLastY; variable
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | shaderstest.rs | 25 float size; field 53 static float gRotateX; constant 54 static float gRotateY; variable 55 static float gZoom; constant 57 static float gLastX; variable 58 static float gLastY; variable
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | fbotest.rs | 45 static float gRotateX; constant 46 static float gRotateY; variable 47 static float gZoom; variable 49 static float gLastX; constant 50 static float gLastY; variable
|
D | fbosync.rs | 46 static float gRotateX; constant 47 static float gRotateY; variable 48 static float gZoom; variable 50 static float gLastX; constant 51 static float gLastY; constant
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | bwfilter.rs | 20 static float sr = 0.f; variable 21 static float sg = 0.f; variable 22 static float sb = 0.f; variable
|
D | contrast.rs | 20 static float brightM = 0.f; variable 21 static float brightC = 0.f; constant
|
D | vibrance.rs | 22 static const float Rf = 0.2999f; constant 23 static const float Gf = 0.587f; constant 24 static const float Bf = 0.114f; constant 26 static float Vib = 0.f; variable
|
D | shadows.rs | 20 static float shadowFilterMap[] = { variable 28 static float poly[] = { constant 39 static float fastevalPoly(float *poly,int n, float x){ constant
|
D | artistic1.rs | 22 static float gOverWm1; variable 23 static float gOverHm1; constant
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | bwfilter.rs | 20 static float sr = 0.f; variable 21 static float sg = 0.f; variable 22 static float sb = 0.f; constant
|
D | contrast.rs | 20 static float brightM = 0.f; variable 21 static float brightC = 0.f; constant
|
D | vibrance.rs | 22 static const float Rf = 0.2999f; constant 23 static const float Gf = 0.587f; constant 24 static const float Bf = 0.114f; constant 26 static float Vib = 0.f; variable
|
D | shadows.rs | 20 static float shadowFilterMap[] = { variable 28 static float poly[] = { variable 39 static float fastevalPoly(float *poly,int n, float x){ constant
|
D | artistic1.rs | 22 static float gOverWm1; variable 23 static float gOverHm1; variable
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
D | math_err.rs | 45 static float fast_log2(float v) { variable 71 void testExp2(const float *in, float *out) { constant 81 void testLog2(const float *in, float *out) { constant
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | ball_physics.rs | 12 static float touchPressure[10]; variable 13 static const float gDT = 1.f / 30.f; constant 90 const float wallForce = 400.f * gScale; constant
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | rsrenderstates.rs | 330 static float gTorusRotation = 0; constant 373 static float gLight0Rotation = 0; variable 374 static float gLight1Rotation = 0; constant 576 static float gAnisoTime = 0.0f; variable
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | ui_test.rs | 42 static float angle = 50.f; constant 47 static float gSpeed[12000]; variable 96 static float gDt = 0; constant 117 static float mapf(float minStart, float minStop, float maxStart, float maxStop, float value) { constant 124 static float randomGauss() { constant
|
D | torus_test.rs | 57 static float gDt = 0.0f; constant 63 static float gTorusRotation = 0; constant
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | test_app.rs | 45 static float gRotateY = 120.0f; constant 47 static float gZoom = 50.0f; constant
|
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 67 static float vignette_dist_mod; constant 104 const float slope = 20.0f; constant
|