Home
last modified time | relevance | path

Searched defs:dimX (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
DUT_array_alloc.java36 int dimX = s.get_dimX(); in run() local
/frameworks/support/renderscript/v8/rs_support/
DrsType.h44 uint32_t dimX; member
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
DrsType.cpp219 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()
DrsAllocation.cpp398 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()
Drs_hal.h62 uint32_t dimX; member
/frameworks/rs/
DrsType.h44 uint32_t dimX; member
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
DrsType.cpp219 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()
DrsAllocation.cpp420 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()
Drs_hal.h63 uint32_t dimX; member
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.h56 uint32_t dimX; member
DrsdAllocation.cpp200 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
/frameworks/rs/driver/
DrsdAllocation.h56 uint32_t dimX; member
DrsdAllocation.cpp382 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
DAllocationAdapter.java244 public synchronized void resize(int dimX) { in resize()
DRenderScript.java336 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/
DAllocationAdapter.java244 public synchronized void resize(int dimX) { in resize()
DAllocation.java951 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
DRenderScript.java430 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/
Drs_structs.h209 uint32_t dimX; member
/frameworks/support/renderscript/v8/jni/
Dandroid_renderscript_RenderScript.cpp590 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/
Dandroid_renderscript_RenderScript.cpp766 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()