/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.h | 28 * create resources with a STAGING or DYNAMIC usage, copy between them 50 /* pt->usage == PIPE_USAGE_DYNAMIC || pt->usage == PIPE_USAGE_STAGING should be a good value to pass for direct */ 56 unsigned usage,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_transfer.h | 35 unsigned usage,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_bufferobjects.h | 61 unsigned usage);
|
st_manager.h | 40 void *eglimg, unsigned usage);
|
/external/shflags/src/ |
shflags_test.sh | 23 usage() function 25 echo "usage: ${MY_NAME} [-e key=val ...] [-s shell(s)] [-t test(s)]" 37 usage 44 h) usage; exit 0 ;; # help output 47 *) usage; exit 1 ;;
|
/frameworks/av/include/media/stagefright/ |
SurfaceUtils.h | 28 * Configures |nativeWindow| for given |width|x|height|, pixel |format|, |rotation| and |usage|. 34 int width, int height, int format, int rotation, int usage, bool reconnect);
|
/frameworks/base/core/java/android/app/usage/ |
IUsageStatsManager.aidl | 17 package android.app.usage; 19 import android.app.usage.UsageEvents;
|
/frameworks/native/include/ui/ |
GraphicBufferMapper.h | 44 uint32_t usage, const Rect& bounds, void** vaddr); 47 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr); 52 uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd); 55 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr,
|
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/ |
PnwGrallocBuffer.h | 29 int usage; member in struct:android::intel::PnwIMGGrallocBuffer
|
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_buf_descriptor.h | 58 void SetConsumerUsage(gralloc1_consumer_usage_t usage) { consumer_usage_ = usage; } 60 void SetProducerUsage(gralloc1_producer_usage_t usage) { producer_usage_ = usage; }
|
/hardware/qcom/display/msmcobalt/libgralloc1/ |
gr_buf_descriptor.h | 58 void SetConsumerUsage(gralloc1_consumer_usage_t usage) { consumer_usage_ = usage; } 60 void SetProducerUsage(gralloc1_producer_usage_t usage) { producer_usage_ = usage; }
|
/system/connectivity/shill/bin/ |
wpa_debug | 23 usage(){ 25 Usage: wpa_debug [level]|[--reset]|[--help][--list_valid_levels] 84 usage
|
/system/extras/f2fs_utils/ |
make_f2fs_main.c | 36 static void usage(char *path) function 55 usage(argv[0]); 63 usage(argv[0]); 71 usage(argv[0]);
|
/toolchain/binutils/binutils-2.25/ |
move-if-change | 26 usage="usage: $0 SOURCE DEST" 28 help="$usage 66 test $# -eq 2 || { echo "$0: $usage" >&2; exit 1; }
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 145 const char *usage = "Usage: %s name max_blocks\n"; local 150 printf(usage, argv[0]); 174 const char *usage = "usage: %s old_block new_block [owner] [offset]"; local 183 printf(usage, argv[0]); 215 const char *usage = "%s block"; local 223 printf(usage, argv[0]); 305 const char *usage = "%s old_block new_block"; local 312 printf(usage, argv[0]) 330 const char *usage = "%s block"; local 352 const char *usage = "Usage: %s name max_inode\\n"; local 382 const char *usage = "%s old new max_refs"; local 418 const char *usage = "%s inode"; local 444 const char *usage = "%s orig_inode"; local 536 const char *usage = "%s inode block offset"; local 573 const char *usage = "%s inode"; local 614 const char *usage = "%s old new"; local 640 const char *usage = "%s inode"; local 715 const char *usage = "Usage: test_rel [-R request] [-f cmd_file]"; local [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/ |
IndexBufferObject.java | 52 final int usage;
field in class:IndexBufferObject 63 usage = isStatic ? GL20.GL_STATIC_DRAW : GL20.GL_DYNAMIC_DRAW;
74 usage = GL20.GL_STATIC_DRAW;
106 Gdx.gl20.glBufferData(GL20.GL_ELEMENT_ARRAY_BUFFER, buffer.limit(), buffer, usage);
118 Gdx.gl20.glBufferData(GL20.GL_ELEMENT_ARRAY_BUFFER, buffer.limit(), buffer, usage);
132 Gdx.gl20.glBufferData(GL20.GL_ELEMENT_ARRAY_BUFFER, buffer.limit(), buffer, usage);
154 Gdx.gl20.glBufferData(GL20.GL_ELEMENT_ARRAY_BUFFER, buffer.limit(), buffer, usage);
|
/external/libvpx/libvpx/examples/ |
resize_util.c | 23 static void usage() { function 24 printf("Usage:\n"); 31 usage(); 62 usage(); 70 usage(); 75 usage(); 82 usage(); 88 usage();
|
/hardware/qcom/display/msm8084/libgralloc/ |
alloc_controller.cpp | 57 static bool canFallback(int usage, bool triedSystem) 71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED)) 73 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY)) 79 static bool useUncached(int usage) 81 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED) 83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) 84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) 283 int IonController::allocate(alloc_data& data, int usage) 288 data.uncached = useUncached(usage); 291 if(usage & GRALLOC_USAGE_PRIVATE_UI_CONTIG_HEAP [all...] |
/hardware/qcom/display/msm8226/libgralloc/ |
alloc_controller.cpp | 57 static bool canFallback(int usage, bool triedSystem) 71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED)) 73 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY)) 79 static bool useUncached(int usage) 81 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED) 83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) 84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) 282 int IonController::allocate(alloc_data& data, int usage) 287 data.uncached = useUncached(usage); 290 if(usage & GRALLOC_USAGE_PRIVATE_UI_CONTIG_HEAP [all...] |
/hardware/qcom/display/msm8909/libgralloc/ |
alloc_controller.cpp | 57 static bool canFallback(int usage, bool triedSystem) 71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED)) 73 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY)) 83 static bool useUncached(const int& usage) { 84 if((usage & GRALLOC_USAGE_PRIVATE_UNCACHED) or 85 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == 87 ((usage & GRALLOC_USAGE_SW_READ_MASK) == 295 int IonController::allocate(alloc_data& data, int usage) 300 data.uncached = useUncached(usage); 303 if(usage & GRALLOC_USAGE_PRIVATE_UI_CONTIG_HEAP [all...] |
/device/linaro/hikey/gralloc/ |
gralloc_priv.h | 161 int usage; member in struct:private_handle_t 203 private_handle_t(int flags, int usage, int size, void *base, int lock_state, ump_secure_id secure_id, ump_handle handle): 209 usage(usage), 237 private_handle_t(int flags, int usage, int size, void *base, int lock_state): 241 usage(usage), 268 private_handle_t(int flags, int usage, int size, void *base, int lock_state, int fb_file, int fb_offset): 274 usage(usage), [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-mutex-err.l | 4 .*:8: Warning: This is the location of the conflicting usage 7 .*:13: Warning: This is the location of the conflicting usage 9 .*:19: Warning: This is the location of the conflicting usage 11 .*:25: Warning: This is the location of the conflicting usage 13 .*:31: Warning: This is the location of the conflicting usage
|
/build/kati/testcase/tools/ |
findleaves.py | 56 def usage(): function 57 sys.stderr.write("""Usage: %(progName)s [<options>] <dirlist> <filename> 79 usage() 83 usage() 86 usage() 89 usage()
|
/build/tools/ |
findleaves.py | 56 def usage(): function 57 sys.stderr.write("""Usage: %(progName)s [<options>] <dirlist> <filename> 79 usage() 83 usage() 86 usage() 89 usage()
|
/external/llvm/utils/release/ |
tag.sh | 26 function usage() { function 27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]" 28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]" 95 usage 100 usage 110 usage 123 usage
|