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

/frameworks/rs/cpp/
H A DScriptC.cpp27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength,
H A DrsDispatch.cpp92 dispatchTab.ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate");
375 if (dispatchTab.ScriptCCreate == nullptr) {
376 LOG_ERR("Couldn't initialize dispatchTab.ScriptCCreate");
H A DrsDispatch.h204 ScriptCCreateFnPtr ScriptCCreate; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h107 static RsScript ScriptCCreate(RsContext, const char*, size_t, const char*, size_t, const char*, size_t);
H A Drs.spec474 ScriptCCreate {
H A DrsHidlAdaptation.cpp142 mEntryFuncs.ScriptCCreate = ScriptCCreate;
917 RsScript RsHidlAdaptation::ScriptCCreate (RsContext context, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp621 return RS_DISPATCH(ctxWrapper, ScriptCCreate, resName, resName_length, cacheDir, cacheDir_length, text, text_length);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1885 ret = (jlong)(uintptr_t)dispatchTab.ScriptCCreate((RsContext)con,

Completed in 5145 milliseconds