Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DScript.cpp57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { in init()
/frameworks/rs/
DrsAllocation.cpp30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation()
51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation()
637 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped()
648 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap()
670 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java442 protected void init(RenderScript rs, int dimx, int usages) { in init()
/frameworks/base/rs/java/android/renderscript/
DScript.java384 protected void init(RenderScript rs, int dimx, int usages) { in init()