Searched defs:dimY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsType.cpp | 210 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 268 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
|
D | rsType.h | 73 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsAllocation.cpp | 321 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 459 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_core.c | 298 const uint32_t dimY = alloc->mHal.state.dimensionY; in rsGetElementAt() local
|
/frameworks/base/libs/rs/driver/ |
D | rsdBcc.cpp | 214 uint32_t dimY; member
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 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/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 695 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY) in nAllocationResize2D()
|