Searched refs:SamplerCreate (Results 1 – 5 of 5) sorted by relevance
67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, in create()
85 dispatchTab.SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"); in loadSymbols()281 if (dispatchTab.SamplerCreate == nullptr) { in loadSymbols()
157 SamplerCreateFnPtr SamplerCreate; member
357 SamplerCreate {
2069 return (jlong)(uintptr_t)dispatchTab.SamplerCreate((RsContext)con, in nSamplerCreate()