Searched refs:SamplerCreate (Results 1 – 4 of 4) sorted by relevance
54 …void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, … in create()
288 RS::dispatch->SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate"); in loadSymbols()289 if (RS::dispatch->SamplerCreate == NULL) { in loadSymbols()
136 SamplerCreateFnPtr SamplerCreate; member
256 SamplerCreate {