Searched defs:mv (Results 1 – 14 of 14) sorted by relevance
/frameworks/rs/ |
D | rsApiMesh.cpp | 22 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { in rsaMeshGetVertexBufferCount() 27 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { in rsaMeshGetIndexCount() 32 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices() 42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices()
|
D | rsApiStubs.cpp | 893 extern "C" void rsaMeshGetVertexBufferCount(RsContext ctxWrapper, RsMesh mv, int32_t *numVtx) in rsaMeshGetVertexBufferCount() 898 extern "C" void rsaMeshGetIndexCount(RsContext ctxWrapper, RsMesh mv, int32_t *numIdx) in rsaMeshGetIndexCount() 903 extern "C" void rsaMeshGetVertices(RsContext ctxWrapper, RsMesh mv, RsAllocation *vtxData, uint32_t… in rsaMeshGetVertices() 908 extern "C" void rsaMeshGetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *prim… in rsaMeshGetIndices()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubExceptionMethodAdapter.java | 35 public StubExceptionMethodAdapter(@NotNull MethodVisitor mv, @NotNull String methodName, in StubExceptionMethodAdapter()
|
D | RefactorClassAdapter.java | 66 private RefactorStackMapAdapter(MethodVisitor mv) { in RefactorStackMapAdapter()
|
D | StubClassAdapter.java | 40 MethodVisitor create(@NotNull MethodVisitor mv, in create()
|
D | ReplaceMethodCallsAdapter.java | 223 public MyMethodVisitor(MethodVisitor mv) { in MyMethodVisitor()
|
D | StubCallMethodAdapter.java | 51 public StubCallMethodAdapter(MethodVisitor mv, String methodName, Type returnType, in StubCallMethodAdapter()
|
D | AbstractClassAdapter.java | 229 public RenameMethodAdapter(MethodVisitor mv) { in RenameMethodAdapter()
|
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 396 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() local
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 386 const transform_t& mv = c->transforms.modelview.transform; in lightVertex() local 536 transform_t& mv = c->transforms.modelview.transform; in lightxv() local
|
D | matrix.cpp | 578 const GLfloat* const mv = modelview.top().elements(); in update_mvit() local 591 const GLfloat* const mv = modelview.top().elements(); in update_mvui() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2147 float mv; in loadHwModule_l() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 474 sTable.add(new MccEntry(472, "mv", 2)); // Maldives (Republic of) in sTable.add()
|