Searched defs:usages (Results 1 – 10 of 10) sorted by relevance
| /frameworks/rs/cpp/ |
| D | Script.cpp | 55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) { in init()
|
| /frameworks/rs/ |
| D | rsAllocation.cpp | 28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() 61 Allocation * Allocation::createAllocationStrided(Context *rsc, const Type *type, uint32_t usages, in createAllocationStrided() 101 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() 741 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped() 752 uint32_t usages, uintptr_t ptr, in rsi_AllocationCreateStrided() 765 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() 787 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap()
|
| D | rsScriptC_Lib.cpp | 347 uint32_t usages, uintptr_t ptr) { in rsrAllocationCreateTyped()
|
| D | rsApiStubs.cpp | 333 uint32_t usages, uintptr_t ptr) in rsAllocationCreateTyped() 339 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCreateFromBitmap() 345 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCubeCreateFromBitmap()
|
| D | rsHidlAdaptation.cpp | 421 uint32_t usages, uintptr_t ptr) in AllocationCreateTyped() 434 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCreateFromBitmap() 448 … const void *data, size_t sizeBytes, uint32_t usages) in AllocationCubeCreateFromBitmap()
|
| /frameworks/base/packages/CarSystemUI/src/com/android/systemui/volume/ |
| D | CarVolumeDialogImpl.java | 410 private VolumeItem getVolumeItemForUsages(int[] usages) { in getVolumeItemForUsages()
|
| /frameworks/rs/rsov/driver/ |
| D | rsovRuntimeStubs.cpp | 316 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() 373 uint32_t usages, void *ptr) { in rsCreateAllocation() 396 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | Script.java | 502 protected void init(RenderScript rs, int dimx, int usages) { in init()
|
| /frameworks/rs/support/java/src/androidx/renderscript/ |
| D | Script.java | 542 protected void init(RenderScript rs, int dimx, int usages) { in init()
|
| /frameworks/rs/driver/ |
| D | rsdRuntimeStubs.cpp | 337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() 400 uint32_t usages, void *ptr) { in rsCreateAllocation() 426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
|