Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsType.cpp210 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()
DrsType.h73 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
DrsAllocation.cpp306 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/
DAllocationAdapter.java244 public synchronized void resize(int dimX) { in resize()
DAllocation.java826 public synchronized void resize(int dimX) { in resize()
830 mRS.nAllocationResize1D(getID(), dimX); in resize() local
DRenderScript.java379 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/
Drs_core.c288 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/
DrsdBcc.cpp213 uint32_t dimX; member
DrsdAllocation.cpp294 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp688 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()