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

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_allocation.c59 const uint32_t dimY = alloc->mHal.state.dimensionY; local
60 return &p[(eSize * x) + (y * stride) + (z * stride * dimY)];
H A Drs_structs.h210 uint32_t dimY; member in struct:Type::__anon1215::__anon1216
/frameworks/rs/driver/
H A DrsdAllocation.h57 uint32_t dimY; member in struct:DrvAllocation::LodState
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.h57 uint32_t dimY; member in struct:DrvAllocation::LodState
/frameworks/rs/
H A DrsType.h45 uint32_t dimY; member in struct:android::renderscript::Type::Hal::State
67 uint32_t getDimY() const {return mHal.state.dimY;}
107 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
110 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
H A DrsType.cpp67 uint32_t l2y = rsFindHighBit(mHal.state.dimY) + 1;
89 uint32_t ty = mHal.state.dimY;
150 mHal.state.dimY,
168 stream->addU32(mHal.state.dimY);
219 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
230 if (t->getDimY() != dimY) continue;
246 nt->mHal.state.dimY = dimY;
265 uint32_t dimY) const {
266 return getTypeRef(rsc, mElement.get(), dimX, dimY,
218 getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool dimLOD, bool dimFaces) argument
307 rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mips, bool faces) argument
[all...]
H A Drs_hal.h63 uint32_t dimY; member in struct:android::renderscript::__anon1554
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);
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h45 uint32_t dimY; member in struct:android::renderscript::Type::Hal::State
67 uint32_t getDimY() const {return mHal.state.dimY;}
107 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
110 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
H A DrsType.cpp67 uint32_t l2y = rsFindHighBit(mHal.state.dimY) + 1;
89 uint32_t ty = mHal.state.dimY;
150 mHal.state.dimY,
168 stream->addU32(mHal.state.dimY);
219 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
230 if (t->getDimY() != dimY) continue;
246 nt->mHal.state.dimY = dimY;
265 uint32_t dimY) const {
266 return getTypeRef(rsc, mElement.get(), dimX, dimY,
218 getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool dimLOD, bool dimFaces) argument
307 rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mips, bool faces) argument
[all...]
H A Drs_hal.h63 uint32_t dimY; member in struct:android::renderscript::__anon1583
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);
/frameworks/base/graphics/java/android/renderscript/
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);
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);
/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/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/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 4962 milliseconds