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

/frameworks/rs/cpp/
H A DSampler.cpp67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT,
H A DrsDispatch.cpp90 dispatchTab.SamplerCreate = (SamplerCreateFnPtr)dlsym(handle, "rsSamplerCreate");
319 if (dispatchTab.SamplerCreate == nullptr) {
320 LOG_ERR("Couldn't initialize dispatchTab.SamplerCreate");
H A DrsDispatch.h202 SamplerCreateFnPtr SamplerCreate; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h138 static RsSampler SamplerCreate(RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, float);
H A Drs.spec357 SamplerCreate {
H A DrsHidlAdaptation.cpp140 mEntryFuncs.SamplerCreate = SamplerCreate;
704 RsSampler RsHidlAdaptation::SamplerCreate (RsContext context, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp612 return RS_DISPATCH(ctxWrapper, SamplerCreate, magFilter, minFilter, wrapS, wrapT, wrapR, mAniso);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2082 return (jlong)(uintptr_t)dispatchTab.SamplerCreate((RsContext)con,

Completed in 468 milliseconds