/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | UT_array_alloc.java | 36 int dimX = s.get_dimX(); in run() local
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.h | 44 uint32_t dimX; member 114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsType.cpp | 219 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 264 uint32_t dimX, in cloneAndResize2D() 307 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate()
|
D | rsAllocation.cpp | 398 void Allocation::resize1D(Context *rsc, uint32_t dimX) { in resize1D() 414 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 478 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() 483 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
D | rs_hal.h | 62 uint32_t dimX; member
|
/frameworks/rs/ |
D | rsType.h | 44 uint32_t dimX; member 114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsType.cpp | 219 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 264 uint32_t dimX, in cloneAndResize2D() 307 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate()
|
D | rsAllocation.cpp | 420 void Allocation::resize1D(Context *rsc, uint32_t dimX) { in resize1D() 436 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 540 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() 545 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
D | rs_hal.h | 63 uint32_t dimX; member
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.h | 56 uint32_t dimX; member
|
D | rsdAllocation.cpp | 200 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 56 uint32_t dimX; member
|
D | rsdAllocation.cpp | 382 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | AllocationAdapter.java | 244 public synchronized void resize(int dimX) { in resize()
|
D | RenderScript.java | 336 native void rsnAllocationResize1D(int con, int id, int dimX); in rsnAllocationResize1D() 337 synchronized void nAllocationResize1D(int id, int dimX) { in nAllocationResize1D() 341 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); in rsnAllocationResize2D() 342 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { in nAllocationResize2D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 244 public synchronized void resize(int dimX) { in resize()
|
D | Allocation.java | 951 public synchronized void resize(int dimX) { in resize() 955 mRS.nAllocationResize1D(getID(mRS), dimX); in resize() local 978 public void resize(int dimX, int dimY) { in resize() 987 mRS.nAllocationResize2D(getID(mRS), dimX, dimY); in resize() local
|
D | RenderScript.java | 430 native void rsnAllocationResize1D(int con, int id, int dimX); in rsnAllocationResize1D() 431 synchronized void nAllocationResize1D(int id, int dimX) { in nAllocationResize1D() 435 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); in rsnAllocationResize2D() 436 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { in nAllocationResize2D()
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_structs.h | 209 uint32_t dimX; member
|
/frameworks/support/renderscript/v8/jni/ |
D | android_renderscript_RenderScript.cpp | 590 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) in nAllocationResize1D() 597 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 766 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) in nAllocationResize1D() 773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
|