/frameworks/base/libs/rs/ |
D | rsType.h | 43 uint32_t getLODDimX(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mX;} in getLODDimX() 44 uint32_t getLODDimY(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mY;} in getLODDimY() 45 uint32_t getLODDimZ(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mZ;} in getLODDimZ() 47 … uint32_t getLODOffset(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mOffset;} in getLODOffset()
|
D | rsType.cpp | 92 for (uint32_t lod=0; lod < mLODCount; lod++) { in compute() local 112 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const { in getLODOffset() 118 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const { in getLODOffset() 124 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y, uint32_t z) const { in getLODOffset() 130 uint32_t Type::getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face, uint32_t x, uint32_t y)… in getLODFaceOffset() 185 uint8_t lod = stream->loadU8(); in createFromStream() local
|
D | rsAdapter.h | 45 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD() 80 inline void setLOD(uint32_t lod) {mLOD = lod;} in setLOD()
|
D | rsAllocation.cpp | 73 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, in data() 88 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data() 106 uint32_t lod, RsAllocationCubemapFace face, in data() 425 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 431 …n2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCu… in rsi_Allocation2DElementData() 437 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData() 443 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 473 for (uint32_t lod=0; lod < (texAlloc->getType()->getLODCount() -1); lod++) { in AllocationGenerateScriptMips() local
|
D | rs_hal.h | 51 uint32_t lod; member
|
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.cpp | 77 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 105 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) { in Upload2DTexture() local 374 uint32_t xoff, uint32_t lod, uint32_t count, in rsdAllocationData1D() 393 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 423 uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData3D() 436 uint32_t xoff, uint32_t yoff, uint32_t lod, in getOffsetPtr()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 99 void initLOD(int lod) { in initLOD() 141 public void setLOD(int lod) { in setLOD()
|
/frameworks/base/opengl/libagl/ |
D | TextureObjectManager.cpp | 116 GGLSurface& EGLTextureObject::editMip(int lod) in editMip()
|
D | primitives.cpp | 711 int lod = (log2TArea - log2Area + 1) >> 1; in compute_lod() local 735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords() local 792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords_w() local
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 518 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_i() 528 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_s() 538 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_b() 548 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_f() 559 …1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jb… in nAllocationElementData1D() 569 …(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, in nAllocationData2D_s() 580 …(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, in nAllocationData2D_b() 591 …(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, in nAllocationData2D_i() 602 …(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, in nAllocationData2D_f()
|