/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
convolve3x3.fs | 27 uint32_t x2 = max((int32_t)x-1, 0); 35 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 38 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 41 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2));
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ip2_convolve3x3.rs | 27 uint32_t x2 = max((int32_t)x-1, 0); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2));
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
convolve3x3.fs | 27 uint32_t x2 = max((int32_t)x-1, 0); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/ |
op_star.pass.cpp | 39 typename std::iterator_traits<It>::value_type x2 = *r; local 40 assert(x2 == x);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
convolve3x3.rs | 30 uint32_t x2 = max((int32_t)x-1, 0); 36 float4 p02 = rsUnpackColor8888(gPixels[x2 + gWidth * y1]); 39 float4 p12 = rsUnpackColor8888(gPixels[x2 + gWidth * y]); 42 float4 p22 = rsUnpackColor8888(gPixels[x2 + gWidth * y2]);
|
grad.rs | 59 float x2 = xPos2[i]; 62 float denom = (y2 * y2 - 2 * y1 * y2 + x2 * x2 - 2 * x1 * x2 + y1 * y1 + x1 * x1); 67 grads[k].dx = (x1 - x2) / denom; 68 grads[k].off = (y2 * y2 + x2 * x2 - x1 * x2 - y1 * y2) / denom;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn_ppp.h | 17 #define CALLTYPE_OUTGOING 0x2 58 #define IPPP_COMP_FLAG_LINK 0x2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestGraphics.java | 60 public void drawLine(int x1, int y1, int x2, int y2) { 61 mDrawn.add("drawLine(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")"); 70 public void drawRect(int x1, int y1, int x2, int y2) { 71 mDrawn.add("drawRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")"); 95 public void fillRect(int x1, int y1, int x2, int y2) { 96 mDrawn.add("fillRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")"); 169 public void drawArrow(int x1, int y1, int x2, int y2, int size) { 170 mDrawn.add("drawArrow(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
|
/bionic/libc/kernel/arch-mips/asm/ |
smp.h | 35 #define SMP_CALL_FUNCTION 0x2
|
/bionic/libc/kernel/common/linux/ |
if_vlan.h | 39 VLAN_FLAG_GVRP = 0x2,
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
smp.h | 35 #define SMP_CALL_FUNCTION 0x2
|
/external/chromium/chrome/browser/metrics/ |
metrics_response.h | 29 COLLECTOR_WINDOW = 0x2,
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
cpuid.h | 42 static const int kCpuHasARM = 0x2;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
pripcsem.h | 87 #define PR_SEM_EXCL 0x2 /* fail if already exists */
|
/external/clang/test/Headers/ |
c11.c | 30 rsize_t x2 = RSIZE_MAX; variable
|
/external/clang/test/Preprocessor/ |
pp-record.c | 32 #define M3 int x2
|
/external/clang/test/SemaCXX/ |
attr-selectany.cpp | 8 const __declspec(selectany) int x2 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} variable
|
/external/iproute2/include/linux/ |
if_vlan.h | 35 VLAN_FLAG_GVRP = 0x2,
|
ip6_tunnel.h | 12 #define IP6_TNL_F_USE_ORIG_TCLASS 0x2
|
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 251 public static final int DISPLAY_MODE_LIST = 0x2;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonGNUInfo.h | 22 V3 = 0x2,
|
/ndk/sources/android/support/src/musl-multibyte/ |
internal.c | 27 C(0x2),C(0x3),C(0x4),C(0x5),C(0x6),C(0x7), 29 D(0x0),D(0x1),D(0x2),D(0x3),D(0x4),D(0x5),D(0x6),D(0x7), 31 E(0x0),E(0x1),E(0x2),E(0x3),E(0x4),E(0x5),E(0x6),E(0x7), 33 F(0x0),F(0x1),F(0x2),F(0x3),F(0x4)
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 30 public static final int FILTER_NON_ASCII = 0x2;
|