/frameworks/rs/tests/java_api/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) { constant 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/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | canny.rs | 290 static const short dark_line = 4; constant 291 static const short bright_line = 16; constant
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | constant.rs | 6 const short shortTest = -16; constant
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | constant.rs | 22 const short shortTest = -16; constant
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | constant.rs | 24 const short shortTest = -16; constant
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 7 const short shortTest = -16; constant
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rs | 90 short f1; field
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rs | 110 const short *in constant
|
/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/av/media/libstagefright/ |
D | FLACExtractor.cpp | 480 short * /* dst */, in copyTrespass() argument
|
/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
|