Searched refs:RsMesh (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/
H A DrsApiMesh.cpp23 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) {
28 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) {
33 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) {
43 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
H A DrsEnv.h10 typedef void * RsMesh; typedef
H A Drs.h35 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
36 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t *idxCount);
37 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount);
38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
H A Drsg.spec76 ret RsMesh
H A DrsDefines.h48 typedef void * RsMesh; typedef
H A DrsMesh.cpp269 RsMesh rsi_MeshCreate(Context *rsc,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2699 ALOGD("nMeshGetVertexBufferCount, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2702 rsaMeshGetVertexBufferCount((RsContext)con, (RsMesh)mesh, &vtxCount);
2710 ALOGD("nMeshGetIndexCount, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2713 rsaMeshGetIndexCount((RsContext)con, (RsMesh)mesh, &idxCount);
2721 ALOGD("nMeshGetVertices, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2725 rsaMeshGetVertices((RsContext)con, (RsMesh)mesh, allocs, (uint32_t)numVtxIDs);
2739 ALOGD("nMeshGetVertices, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2745 rsaMeshGetIndices((RsContext)con, (RsMesh)mesh, allocs, prims, (uint32_t)numIndices);

Completed in 79 milliseconds