Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h132 typedef void (*MeshGetIndicesFnPtr) (RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType… typedef
254 MeshGetIndicesFnPtr MeshGetIndices;
DrsDispatch.cpp144 dispatchTab.MeshGetIndices = (MeshGetIndicesFnPtr)dlsym(handle, "rsaMeshGetIndices"); in loadSymbols()