Searched refs:SamplerCreate (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DSampler.cpp54 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
H A DRenderScript.cpp288 RS::dispatch->SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate");
289 if (RS::dispatch->SamplerCreate == NULL) {
290 ALOGV("Couldn't initialize RS::dispatch->SamplerCreate");
H A DrsDispatch.h136 SamplerCreateFnPtr SamplerCreate; member in struct:__anon1465
/frameworks/rs/
H A Drs.spec256 SamplerCreate {

Completed in 160 milliseconds