Searched refs:dimY (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/rs/
H A DrsAllocation.cpp436 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { argument
545 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { argument
547 a->resize2D(rsc, dimX, dimY);
H A Drs_hal.h63 uint32_t dimY; member in struct:android::renderscript::__anon1554
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java341 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); argument
342 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { argument
344 rsnAllocationResize2D(mContext, id, dimX, dimY);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp414 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { argument
483 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { argument
485 a->resize2D(rsc, dimX, dimY);
H A Drs_hal.h63 uint32_t dimY; member in struct:android::renderscript::__anon1583
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java435 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); argument
436 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { argument
438 rsnAllocationResize2D(mContext, id, dimX, dimY);
H A DAllocation.java976 * @param dimY The new size of the allocation.
978 public void resize(int dimX, int dimY) { argument
987 mRS.nAllocationResize2D(getID(mRS), dimX, dimY);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp597 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) argument
599 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i), sizeY(%i)", con, (RsAllocation)alloc, dimX, dimY);
600 rsAllocationResize2D(con, (RsAllocation)alloc, dimX, dimY);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) argument
775 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i), sizeY(%i)", con, (RsAllocation)alloc, dimX, dimY);
776 rsAllocationResize2D(con, (RsAllocation)alloc, dimX, dimY);

Completed in 457 milliseconds

12