Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdAllocation.cpp89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
100 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture()
131 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) { in Upload2DTexture() local
326 for (uint32_t lod=1; lod < alloc->mHal.drvState.lodCount; lod++) { in AllocationBuildPointerTable() local
343 for (uint32_t lod=1; lod < alloc->mHal.drvState.lodCount; lod++) { in AllocationBuildPointerTable() local
514 for (uint32_t lod=0; lod < lodCount; lod++) { in rsdAllocationAdapterOffset() local
829 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationData1D()
849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
880 int lod = 1; in rsdAllocationData2D() local
912 uint32_t lod, in rsdAllocationData3D()
[all …]
/frameworks/rs/
DrsType.h86 uint32_t getLODDimX(uint32_t lod) const { in getLODDimX()
90 uint32_t getLODDimY(uint32_t lod) const { in getLODDimY()
94 uint32_t getLODDimZ(uint32_t lod) const { in getLODDimZ()
DrsAllocation.cpp172 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer()
194 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, in data()
212 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data()
219 uint32_t lod, in data()
225 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, in read()
242 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read()
261 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in read()
683 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData()
690 uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) { in rsi_Allocation1DElementData()
696 uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) { in rsi_AllocationElementData()
[all …]
DrsHidlAdaptation.cpp556 …ptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t lod, in Allocation1DData()
567uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in Allocation1DElementData()
578uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) in AllocationElementData()
589 uint32_t lod, RsAllocationCubemapFace face, in Allocation2DData()
600 …ontext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in Allocation3DData()
625 …ptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t lod, in Allocation1DRead()
634uint32_t lod, void *data, size_t sizeBytes, size_t eoff) in AllocationElementRead()
642 uint32_t lod, RsAllocationCubemapFace face, in Allocation2DRead()
650 …ontext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in Allocation3DRead()
1046 uint32_t lod, RsAllocationCubemapFace face, in AllocationGetPointer()
DrsApiStubs.cpp391 extern "C" void * rsAllocationGetPointer (RsContext ctxWrapper, RsAllocation va, uint32_t lod, RsAl… in rsAllocationGetPointer()
397 …location1DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, in rsAllocation1DData()
403 …C" void rsAllocation1DElementData (RsContext ctxWrapper, RsAllocation va, uint32_t x, uint32_t lod, in rsAllocation1DElementData()
410uint32_t lod, const void * data, size_t data_length, size_t comp_offset) in rsAllocationElementData()
415 …llocation2DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, in rsAllocation2DData()
423 uint32_t lod, uint32_t w, uint32_t h, uint32_t d, in rsAllocation3DData()
439 …location1DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t lod, uint32_t count, in rsAllocation1DRead()
446uint32_t lod, void * data, size_t data_length, size_t comp_offset) in rsAllocationElementRead()
451 …llocation2DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, in rsAllocation2DRead()
459 uint32_t lod, uint32_t w, uint32_t h, uint32_t d, in rsAllocation3DRead()
DrsType.cpp106 for (uint32_t lod=0; lod < mHal.state.lodCount; lod++) { in compute() local
DrsAllocation.h91 } lod[android::renderscript::Allocation::MAX_LOD]; member
DrsScriptC_Lib.cpp249 uint32_t lod, uint32_t w, uint32_t h) { in validateCopyArgs()
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java39 void initLOD(int lod) { in initLOD()
103 public void setLOD(int lod) { in setLOD()
/frameworks/rs/driver/runtime/
Drs_sample.c270 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample1D()
320 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample2D()
349 rs_data_type dt, uint32_t lod) { in getNearestSample()
386 rs_data_type dt, uint32_t lod) { in getNearestSample()
424 float uv, uint32_t lod) { in sample_LOD_LinearPixel()
454 float uv, uint32_t lod) { in sample_LOD_NearestPixel()
468 float2 uv, uint32_t lod) { in sample_LOD_LinearPixel()
514 float2 uv, uint32_t lod) { in sample_LOD_NearestPixel()
530 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) { in rsSample()
582 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) { in rsSample()
Drs_structs.h69 } lod[16/*android::renderscript::Allocation::MAX_LOD*/]; member
/frameworks/rs/cpu_ref/
DrsCpuCoreRuntime.h34 uint32_t lod; member
DrsCpuCore.cpp332 uint32_t z = 0, uint32_t lod = 0, in FepPtrSetup()
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp114 GGLSurface& EGLTextureObject::editMip(int lod) in editMip()
Dprimitives.cpp712 int lod = (log2TArea - log2Area + 1) >> 1; in compute_lod() local
736 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords() local
793 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords_w() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1391 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D()
1408 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData()
1430 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationData2D()
1475 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, in nAllocationData3D()
1533 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D()
1550 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead()
1571 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationRead2D()
1588 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, in nAllocationRead3D()
1637 jint x, jint y, jint z, jint face, jint lod, in nAllocationAdapterOffset()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1174 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D()
1189 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D()
1221 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationData2D()
1260 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, in nAllocationData3D()
1309 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D()
1341 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationRead2D()