Home
last modified time | relevance | path

Searched defs:dimY (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsType.h45 uint32_t dimY; 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()
308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
DrsAllocation.cpp414 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()
Drs_hal.h63 uint32_t dimY; member
/frameworks/rs/
DrsType.h45 uint32_t dimY; 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()
308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
DrsAllocation.cpp436 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()
Drs_hal.h64 uint32_t dimY; member
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.h57 uint32_t dimY; member
/frameworks/rs/driver/
DrsdAllocation.h57 uint32_t dimY; member
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_allocation.c59 const uint32_t dimY = alloc->mHal.state.dimensionY; in rsGetElementAt() local
Drs_structs.h210 uint32_t dimY; member
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java978 public void resize(int dimX, int dimY) { in resize()
987 mRS.nAllocationResize2D(getID(mRS), dimX, dimY); in resize() local
DRenderScript.java435 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/
DRenderScript.java341 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/
Dandroid_renderscript_RenderScript.cpp597 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()