/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.h | 45 uint32_t dimY; 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() 308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
|
D | rsAllocation.cpp | 414 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 483 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
D | rs_hal.h | 63 uint32_t dimY; member
|
/frameworks/rs/ |
D | rsType.h | 45 uint32_t dimY; 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() 308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
|
D | rsAllocation.cpp | 436 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 545 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
D | rs_hal.h | 64 uint32_t dimY; member
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.h | 57 uint32_t dimY; member
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 57 uint32_t dimY; member
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_allocation.c | 59 const uint32_t dimY = alloc->mHal.state.dimensionY; in rsGetElementAt() local
|
D | rs_structs.h | 210 uint32_t dimY; member
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 978 public void resize(int dimX, int dimY) { in resize() 987 mRS.nAllocationResize2D(getID(mRS), dimX, dimY); in resize() local
|
D | RenderScript.java | 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/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 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/support/renderscript/v8/jni/ |
D | android_renderscript_RenderScript.cpp | 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 | 773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
|