/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | bugdroid.rs | 37 static short pill(float3 p1, float3 p2, float rad, short max, float3 img) { variable 41 static short cogPill(float3 p1, float3 p2, float rad, short max, float3 img) { variable 57 static short cylinder(float3 p1, float3 p2, float rad, short max, float3 img) { variable 61 static short cogCylinder(float3 p1, float3 p2, float rad, short max, float3 img) { constant 77 static short circle(float3 center, float circleRadius, float3 normal, float rad, constant 96 static short disk(float3 center, float circleRadius, float3 normal, float rad, constant 103 static short cogDisk(float3 center, float circleRadius, float3 normal, constant
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | constant.rs | 6 const short shortTest = -16; constant
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | constant.rs | 6 const short shortTest = -16; constant
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | constant.rs | 6 const short shortTest = -16; constant
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 7 const short shortTest = -16; constant
|
/frameworks/av/media/libstagefright/ |
D | FLACExtractor.cpp | 476 short * /* dst */, in copyTrespass() argument
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 40 typeMapping.put(new CType("GLshort"), new JType("short")); in typeMapping.put() 128 arrayTypeMapping.put(new CType("GLshort", true, true), new JType("short", false, true)); in arrayTypeMapping.put()
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 123 static void my_short_comb(short *accum, const short *other) { } constant
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rs | 163 static void my_short_comb(short *accum, const short *other) { } constant 164 static void my_short_out(int *out, const short *accum) { } constant
|