Searched defs:mID (Results 1 - 25 of 28) sorted by last modified time

12

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java155 int mID; field in class:Allocation.MipmapControl
157 mID = id;
838 mSelectedLOD, mSelectedFace.mID,
840 data.mSelectedLOD, data.mSelectedFace.mID);
863 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
877 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
884 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
966 mSelectedLOD, mSelectedFace.mID,
968 data.mSelectedLOD, data.mSelectedFace.mID);
[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 int mID; field in class:BaseObj
94 mRS.nObjDestroy(mID);
98 mID = 0;
127 return mID;
[all...]
H A DElement.java160 int mID; field in class:Element.DataType
163 mID = id;
185 int mID; field in class:Element.DataKind
187 mID = id;
765 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
806 int id = rs.nElementCreate(dt.mID, dk.mID, norm, size);
879 int id = rs.nElementCreate(dt.mID, dk.mID, nor
[all...]
H A DRenderScript.java212 int mID; field in class:RenderScript.ContextType
214 mID = id;
771 protected int mID; field in class:RenderScript.RSMessageHandler
851 int mID; field in class:RenderScript.Priority
853 mID = id;
871 nContextSetPriority(p.mID);
915 mRS.mMessageCallback.mID = subID;
1025 rs.mContext = rs.nContextCreate(rs.mDev, 0, sdkVersion, ct.mID);
H A DSampler.java52 int mID; field in class:Sampler.Value
54 mID = id;
342 int id = mRS.nSamplerCreate(mMag.mID, mMin.mID,
343 mWrapS.mID, mWrapT.mID, mWrapR.mID, mAniso);
H A DType.java72 int mID; field in class:Type.CubemapFace
74 mID = id;
/frameworks/rs/cpp/
H A DrsCppStructs.h268 void *mID; member in class:android::RSC::BaseObj
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h70 RsScriptIntrinsicID mID; member in class:android::renderscript::RsdCpuScriptIntrinsic
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java36 int mID; field in class:TransformType
38 mID = id;
67 mTransformData.transformTypes[index] = type.mID;
75 mTransformData.transformTypes[i] = TransformType.NONE.mID;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java238 int mID; field in class:Allocation.MipmapControl
240 mID = id;
1007 mSelectedLOD, mSelectedFace.mID,
1009 data.mSelectedLOD, data.mSelectedFace.mID);
1034 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1139 mSelectedLOD, mSelectedFace.mID,
1141 data.mSelectedLOD, data.mSelectedFace.mID);
1166 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
1391 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
1446 long id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usag
[all...]
H A DBaseObj.java31 mID = id;
36 if (mID != 0) {
39 mID = id;
56 if (mID == 0) {
62 return mID;
66 if (mID == 0) {
71 private long mID; field in class:BaseObj
98 mRS.nAssignName(mID, bytes);
126 if(mRS.isAlive() && mID != 0) {
127 mRS.nObjDestroy(mID);
[all...]
H A DElement.java155 int mID; field in class:Element.DataType
158 mID = id;
163 mID = id;
188 int mID; field in class:Element.DataKind
190 mID = id;
819 if(dt.mID == dataBuffer[0]){
825 if(dk.mID == dataBuffer[1]){
861 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
898 long id = rs.nElementCreate(dt.mID, d
[all...]
H A DFileA3D.java58 int mID; field in class:FileA3D.EntryType
60 mID = id;
78 long mID; field in class:FileA3D.IndexEntry
139 long objectID = rs.nFileA3DGetEntryByIndex(entry.mID, entry.mIndex);
157 mID = id;
H A DMesh.java82 int mID; field in class:Mesh.Primitive
84 mID = id;
384 prim[ct] = entry.prim.mID;
528 prim[ct] = entry.prim.mID;
H A DPath.java29 int mID; field in class:Path.Primitive
31 mID = id;
67 long id = rs.nPathCreate(p.mID, false, vtx.getID(rs), 0, quality);
H A DProgram.java51 int mID; field in class:Program.TextureType
53 mID = id;
63 int mID; field in class:Program.ProgramParam
65 mID = id;
H A DProgramFragmentFixedFunction.java57 tmp[idx++] = ProgramParam.INPUT.mID;
61 tmp[idx++] = ProgramParam.OUTPUT.mID;
65 tmp[idx++] = ProgramParam.CONSTANT.mID;
69 tmp[idx++] = ProgramParam.TEXTURE_TYPE.mID;
70 tmp[idx++] = mTextureTypes[i].mID;
115 int mID; field in class:ProgramFragmentFixedFunction.Builder.EnvMode
117 mID = id;
145 int mID; field in class:ProgramFragmentFixedFunction.Builder.Format
147 mID = id;
H A DProgramRaster.java45 int mID; field in class:ProgramRaster.CullMode
47 mID = id;
154 long id = mRS.nProgramRasterCreate(mPointSprite, mCullMode.mID);
H A DProgramStore.java80 int mID; field in class:ProgramStore.DepthFunc
82 mID = id;
105 int mID; field in class:ProgramStore.BlendSrcFunc
107 mID = id;
130 int mID; field in class:ProgramStore.BlendDstFunc
132 mID = id;
423 mBlendSrc.mID, mBlendDst.mID, mDepthFunc.mID);
H A DRenderScript.java184 int mID; field in class:RenderScript.ContextType
186 mID = id;
442 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID);
476 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID);
508 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID);
514 rsnAllocationRead(mContext, id, d, dt.mID);
522 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID);
530 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID);
801 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); argument
802 synchronized void nProgramBindConstants(long pv, int slot, long mID) { argument
976 protected int mID; field in class:RenderScript.RSMessageHandler
1046 int mID; field in class:RenderScript.Priority
[all...]
H A DSampler.java39 int mID; field in class:Sampler.Value
41 mID = id;
339 long id = mRS.nSamplerCreate(mMag.mID, mMin.mID,
340 mWrapS.mID, mWrapT.mID, mWrapR.mID, mAniso);
H A DType.java70 int mID; field in class:Type.CubemapFace
72 mID = id;
/frameworks/base/core/java/android/view/
H A DView.java1649 int mID = NO_ID; field in class:View
3822 mID = a.getResourceId(attr, NO_ID);
5638 if (mID != View.NO_ID) {
5644 View label = rootView.findLabelForView(this, mID);
5651 && Resources.resourceHasPackage(mID)) {
5653 String viewId = getResources().getResourceName(mID);
6066 && mID == View.NO_ID) {
6067 mID = generateViewId();
7342 if (mID == View.NO_ID) return null;
7343 final int id = mID;
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h30 : mID(0) {
34 return mID;
45 ALooper::handler_id mID; member in struct:android::AHandler
48 mID = id;
/frameworks/av/media/libstagefright/include/
H A DID3.h60 char *mID; member in struct:android::ID3::Iterator

Completed in 249 milliseconds

12