Searched refs:mID (Results 1 - 25 of 62) sorted by last modified time

123

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUnitTest.java89 switch (mID) {
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java62 switch (mID) {
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/cpp/
H A DBaseObj.cpp23 if (mID == nullptr) {
26 return mID;
36 mID = id;
40 if (mID == 0) {
47 RS::dispatch->ObjDestroy(mRS->getContext(), mID);
50 mID = nullptr;
55 RS::dispatch->GetName(mRS->getContext(), mID, &name);
63 return mID == obj->mID;
H A DScriptC.cpp27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength,
H A DScriptIntrinsics.cpp37 mID = createDispatch(rs, RS::dispatch->ScriptIntrinsicCreate(rs->getContext(), id,
H A DrsCppStructs.h547 void *mID; member in class:android::RSC::BaseObj
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp27 mID = iid;
H A DrsCpuIntrinsic.h82 RsScriptIntrinsicID mID; member in class:android::renderscript::RsdCpuScriptIntrinsic
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java89 switch (mID) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java221 int mID; field in class:Allocation.MipmapControl
223 mID = id;
1422 mSelectedLOD, mSelectedFace.mID,
1424 data.mSelectedLOD, data.mSelectedFace.mID);
1463 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1649 mSelectedLOD, mSelectedFace.mID,
1651 data.mSelectedLOD, data.mSelectedFace.mID);
1674 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
2305 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
2567 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usag
[all...]
H A DBaseObj.java32 mID = id;
37 if (mID != 0) {
40 mID = id;
57 if (mID == 0) {
63 return mID;
71 if ((mID == 0) && (getNObj() == null)) {
76 private long mID; field in class:BaseObj
94 mRS.nObjDestroy(mID);
98 mID = 0;
127 return (int)((mID
[all...]
H A DElement.java160 int mID; field in class:Element.DataType
163 mID = id;
168 mID = id;
193 int mID; field in class:Element.DataKind
195 mID = id;
762 return mRS.nIncElementCreate(mType.mID, mKind.mID, mNormalized, mVectorSize);
776 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
813 long id = rs.nElementCreate(dt.mID, d
[all...]
H A DRenderScript.java278 int mID; field in class:RenderScript.ContextType
280 mID = id;
466 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
545 dt.mID, mSize, usePadding);
551 rsnAllocationRead(mContext, id, d, dt.mID, mSize, usePadding);
559 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
579 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
590 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);
1139 protected int mID; field in class:RenderScript.RSMessageHandler
1209 int mID; field in class:RenderScript.Priority
[all...]
H A DSampler.java52 int mID; field in class:Sampler.Value
54 mID = id;
332 long id = mRS.nSamplerCreate(mMag.mID, mMin.mID,
333 mWrapS.mID, mWrapT.mID, mWrapR.mID, mAniso);
H A DType.java72 int mID; field in class:Type.CubemapFace
74 mID = id;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DANQPElement.java7 private final Constants.ANQPElementType mID; field in class:ANQPElement
10 mID = id;
14 return mID;
/frameworks/native/include/media/hardware/
H A DVideoAPI.h196 } mID;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java252 int mID; field in class:Allocation.MipmapControl
254 mID = id;
1446 mSelectedLOD, mSelectedFace.mID,
1448 data.mSelectedLOD, data.mSelectedFace.mID);
1490 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1686 mSelectedLOD, mSelectedFace.mID,
1688 data.mSelectedLOD, data.mSelectedFace.mID);
1716 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
2083 // Sets zero the mID so that the finalizer of the old mType value won't
2409 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
[all...]
H A DAllocationAdapter.java90 mSelectedLOD, mSelectedFace.mID, a1, a2, a3, a4);
H A DBaseObj.java32 mID = id;
37 if (mID != 0) {
40 mID = id;
57 if (mID == 0) {
63 return mID;
67 if (mID == 0) {
72 private long mID; field in class:BaseObj
100 mRS.nAssignName(mID, bytes);
129 if(mRS.isAlive() && mID != 0) {
130 mRS.nObjDestroy(mID);
[all...]

Completed in 268 milliseconds

123