HomeSort by relevance Sort by last modified time
    Searched refs:MeshGetIndexCountFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 130 typedef void (*MeshGetIndexCountFnPtr) (RsContext con, RsMesh mv, int32_t *numIdx);
252 MeshGetIndexCountFnPtr MeshGetIndexCount;
rsDispatch.cpp 142 dispatchTab.MeshGetIndexCount = (MeshGetIndexCountFnPtr)dlsym(handle, "rsaMeshGetIndexCount");

Completed in 94 milliseconds