Searched defs:rt (Results 1 – 9 of 9) sorted by relevance
| /development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
| D | YVURenderer.cpp | 81 bool rt = (mFrameBuffer == NULL)? in DrawTexture() local
|
| D | WarpRenderer.cpp | 112 bool rt = (mFrameBuffer == NULL)? in DrawTexture() local
|
| D | SurfaceTextureRenderer.cpp | 121 bool rt = (mFrameBuffer == NULL)? in DrawTexture() local
|
| D | Renderer.cpp | 178 bool rt = (mFrameBuffer == NULL)? in Clear() local
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ |
| D | asm.h | 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9: argument 61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9: argument 65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; … argument 66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; … argument 70 #define MOVN(rd, rs, rt) movn rd, rs, rt argument 71 #define MOVZ(rd, rs, rt) movz rd, rs, rt argument
|
| D | mipsmtregs.h | 159 #define mftc0(rt,sel) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" … argument 160 #define mftgpr(rt) ({ unsigned long __res; __asm__ __volatile__( " .set push \n" " .… argument 161 #define mftr(rt, u, sel) ({ unsigned long __res; __asm__ __volatile__( " mftr %0, " #rt ",… argument
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| D | Monkey.java | 440 Runtime rt = Runtime.getRuntime(); in commandLineReport() local
|
| /development/ndk/platforms/android-3/include/linux/ |
| D | cdrom.h | 672 __u8 rt : 1; member 689 __u8 rt : 1; member
|
| /development/ndk/platforms/android-L/include/linux/ |
| D | cdrom.h | 735 __u8 rt : 1; member 756 __u8 rt : 1; member
|