Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/cpp/
DElement.cpp216 static uint32_t GetSizeInBytesForType(RsDataType dt) { in GetSizeInBytesForType()
270 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : in Element()
314 android::RSC::sp<const Element> Element::createUser(android::RSC::sp<RS> rs, RsDataType dt) { in createUser()
319 android::RSC::sp<const Element> Element::createVector(android::RSC::sp<RS> rs, RsDataType dt, uint3… in createVector()
328 android::RSC::sp<const Element> Element::createPixel(android::RSC::sp<RS> rs, RsDataType dt, RsData… in createPixel()
DAllocation.cpp77 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt64() local
85 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt32() local
93 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt16() local
101 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt8() local
109 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat32() local
117 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat64() local
125 RsDataType dt = mType->getElement()->getDataType(); in validateIsObject() local
/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()
422 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel()
454 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel()
467 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel()
515 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel()
541 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
593 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
[all …]
/frameworks/base/rs/java/android/renderscript/
DAllocation.java614 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked()
920 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked()
930 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local
1107 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked()
1128 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1300 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked()
1321 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
1394 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo()
1413 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local
1553 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked()
[all …]
DElement.java813 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
886 static Element createUser(RenderScript rs, DataType dt) { in createUser()
907 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector()
951 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
DRenderScript.java509 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D()
511 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D()
544 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D()
547 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D()
578 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D()
581 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D()
588 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
589 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead()
595 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D()
597 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D()
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java567 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked()
870 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked()
878 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local
1050 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked()
1069 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1217 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked()
1236 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
1296 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo()
1313 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local
1420 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked()
[all …]
DElement.java734 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
772 static Element createUser(RenderScript rs, DataType dt) { in createUser()
793 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector()
836 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
DRenderScript.java452 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D()
454 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D()
494 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D()
497 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D()
529 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D()
532 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D()
539 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
540 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead()
546 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D()
548 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D()
[all …]
/frameworks/rs/
DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
DrsElement.cpp228 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk, in createRef()
414 RsDataType dt, in rsi_ElementCreate()
DrsElement.h115 RsDataType dt, in create()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DDuration.java138 public long addTo(long dt) { in addTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNoisyVelocityTracker.java79 final float dt = (float) (event.t - last.t) / units; in computeCurrentVelocity() local
/frameworks/rs/driver/
DrsdMeshObj.cpp55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; in isValidGLComponent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java91 long dt = (now - mLastPokeTime); in getSize() local
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java100 long t, dt; in onDrawFrame() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearSmoothScroller.java250 private int clampApplyScroll(int tmpDt, int dt) { in clampApplyScroll()
DLinearLayoutManager.java1217 private void recycleViewsFromStart(RecyclerView.Recycler recycler, int dt) { in recycleViewsFromStart()
1256 private void recycleViewsFromEnd(RecyclerView.Recycler recycler, int dt) { in recycleViewsFromEnd()
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java244 float dt = duration / (float)steps; in drag() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java150 private float t, dt; field in MLand
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp984 int dt = key.u.outVecSize + (key.u.outType == RS_TYPE_FLOAT_32 ? 4 : 0); in preLaunch() local
/frameworks/native/libs/input/
DVelocityTracker.cpp762 float dt = (eventTime - state.updateTime) * 0.000000001f; in updateState() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java305 public void scrollBy(final int dt) { in scrollBy()
/frameworks/compile/slang/
Dslang_rs_export_type.cpp809 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName); in Create() local

12