Searched defs:dimX (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsType.cpp | 210 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 255 uint32_t dimX, in cloneAndResize2D() 267 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate()
|
D | rsType.h | 73 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsAllocation.cpp | 306 void Allocation::resize1D(Context *rsc, uint32_t dimX) { in resize1D() 321 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 454 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() 459 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 244 public synchronized void resize(int dimX) { in resize()
|
D | Allocation.java | 826 public synchronized void resize(int dimX) { in resize() 830 mRS.nAllocationResize1D(getID(), dimX); in resize() local
|
D | RenderScript.java | 379 native void rsnAllocationResize1D(int con, int id, int dimX); in rsnAllocationResize1D() 380 synchronized void nAllocationResize1D(int id, int dimX) { in nAllocationResize1D() 384 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); in rsnAllocationResize2D() 385 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { in nAllocationResize2D()
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_core.c | 288 const uint32_t dimX = alloc->mHal.state.dimensionX; in rsGetElementAt() local 297 const uint32_t dimX = alloc->mHal.state.dimensionX; in rsGetElementAt() local
|
/frameworks/base/libs/rs/driver/ |
D | rsdBcc.cpp | 213 uint32_t dimX; member
|
D | rsdAllocation.cpp | 294 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 688 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) in nAllocationResize1D() 695 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
|