Home
last modified time | relevance | path

Searched refs:MeshGetIndexCountFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h130 typedef void (*MeshGetIndexCountFnPtr) (RsContext con, RsMesh mv, int32_t *numIdx); typedef
252 MeshGetIndexCountFnPtr MeshGetIndexCount;
DrsDispatch.cpp142 dispatchTab.MeshGetIndexCount = (MeshGetIndexCountFnPtr)dlsym(handle, "rsaMeshGetIndexCount"); in loadSymbols()