Searched refs:primType (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsApiMesh.cpp | 42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() argument 48 primType[ct] = sm->mHal.state.primitives[ct]; in rsaMeshGetIndices()
|
D | rs.h | 41 uint32_t *primType, uint32_t idxDataCount);
|
D | rsg.spec | 75 param uint32_t *primType
|
D | rsMesh.cpp | 269 uint32_t * primType, size_t primTypeCount) { in rsi_MeshCreate() argument 279 sm->setPrimitive((Allocation*)idx[i], (RsPrimitive)primType[i], i); in rsi_MeshCreate()
|
D | rsApiStubs.cpp | 843 uint32_t * primType, size_t primType_length) in rsMeshCreate() argument 845 …return RS_DISPATCH(ctxWrapper, MeshCreate, vtx, vtx_length, idx, idx_length, primType, primType_le… in rsMeshCreate() 908 …GetIndices(RsContext ctxWrapper, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxData… in rsaMeshGetIndices() argument 910 RS_DISPATCH(ctxWrapper, MeshGetIndices, mv, va, primType, idxDataCount); in rsaMeshGetIndices()
|
D | rsApiStubs.h | 143 …x, size_t vtx_length, RsAllocation * idx, size_t idx_length, uint32_t * primType, size_t primType_… 157 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, u…
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 119 …x, size_t vtx_length, RsAllocation * idx, size_t idx_length, uint32_t * primType, size_t primType_… 132 typedef void (*MeshGetIndicesFnPtr) (RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType…
|