Searched defs:mv (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/
H A DrsApiMesh.cpp22 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
23 Mesh *sm = static_cast<Mesh *>(mv);
27 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
28 Mesh *sm = static_cast<Mesh *>(mv);
32 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
33 Mesh *sm = static_cast<Mesh *>(mv);
42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
43 Mesh *sm = static_cast<Mesh *>(mv);
H A DrsApiStubs.cpp893 extern "C" void rsaMeshGetVertexBufferCount(RsContext ctxWrapper, RsMesh mv, int32_t *numVtx) argument
895 RS_DISPATCH(ctxWrapper, MeshGetVertexBufferCount, mv, numVtx);
898 extern "C" void rsaMeshGetIndexCount(RsContext ctxWrapper, RsMesh mv, int32_t *numIdx) argument
900 RS_DISPATCH(ctxWrapper, MeshGetIndexCount, mv, numIdx);
903 extern "C" void rsaMeshGetVertices(RsContext ctxWrapper, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) argument
905 RS_DISPATCH(ctxWrapper, MeshGetVertices, mv, vtxData, vtxDataCount);
908 extern "C" void rsaMeshGetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) argument
910 RS_DISPATCH(ctxWrapper, MeshGetIndices, mv, va, primType, idxDataCount);
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRefactorClassAdapter.java66 private RefactorStackMapAdapter(MethodVisitor mv) { argument
67 super(Main.ASM_VERSION, mv);
H A DReplaceMethodCallsAdapter.java247 public MyMethodVisitor(MethodVisitor mv) { argument
248 super(Main.ASM_VERSION, mv);
H A DAbstractClassAdapter.java229 public RenameMethodAdapter(MethodVisitor mv) { argument
230 super(Main.ASM_VERSION, mv);
H A DStubMethodAdapter.java51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType, argument
54 mParentVisitor = mv;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) argument
461 *mv = 0; /* Vector difference = 0 */
470 *mv = PV_TMNMVtab0[code].val;
478 *mv = PV_TMNMVtab1[code].val;
484 *mv = -1;
492 *mv = PV_TMNMVtab2[code].val;
/frameworks/native/opengl/libagl/
H A Dlight.cpp386 const transform_t& mv = c->transforms.modelview.transform; local
387 mv.point4(&mv, &o, &v->obj);
536 transform_t& mv = c->transforms.modelview.transform; local
537 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
H A Dmatrix.cpp578 const GLfloat* const mv = modelview.top().elements(); local
579 invert(r, mv);
591 const GLfloat* const mv = modelview.top().elements(); local
604 invert(r, mv);
/frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
H A DOpReorderTest.java91 mv(3, 8);
99 mv(3, 8);
107 mv(3, 5);
115 mv(1, 3);
123 mv(0, 4);
131 mv(3, 0);
139 mv(8, 1);
147 mv(1, 3);
155 mv(3, 4);
163 mv(
294 UpdateOp mv(int from, int to) { method in class:OpReorderTest
[all...]
H A DAdapterHelperTest.java397 // mv(11, 12);
401 mv(2, 3);
410 mv(22, 11);
411 mv(22, 52);
423 mv(29, 5);
424 mv(30, 32);
435 mv(5, 18);
443 mv(34, 28);
453 mv(29, 15);
463 mv(
1017 private void mv(int from, int to) { method in class:AdapterHelperTest
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1831 float mv; local
1832 if (OK == dev->getMasterVolume(&mv)) {
1833 mMasterVolume = mv;

Completed in 222 milliseconds