Home
last modified time | relevance | path

Searched defs:usages (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/cpp/
DScript.cpp55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) { in init()
/frameworks/rs/
DrsAllocation.cpp28 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()
DrsScriptC_Lib.cpp347 uint32_t usages, uintptr_t ptr) { in rsrAllocationCreateTyped()
DrsHidlAdaptation.cpp421 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()
DrsApiStubs.cpp338 uint32_t usages, uintptr_t ptr) in rsAllocationCreateTyped()
344 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCreateFromBitmap()
350 … const void * data, size_t data_length, uint32_t usages) in rsAllocationCubeCreateFromBitmap()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp316 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/
DScript.java501 protected void init(RenderScript rs, int dimx, int usages) { in init()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp337 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()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScript.java542 protected void init(RenderScript rs, int dimx, int usages) { in init()