/frameworks/rs/cpp/ |
ScriptC.cpp | 27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength,
|
rsDispatch.cpp | 92 dispatchTab.ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"); 375 if (dispatchTab.ScriptCCreate == nullptr) { 376 LOG_ERR("Couldn't initialize dispatchTab.ScriptCCreate");
|
rsDispatch.h | 203 ScriptCCreateFnPtr ScriptCCreate;
|
/hardware/interfaces/renderscript/1.0/default/ |
Device.cpp | 177 .ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"),
|
Context.cpp | [all...] |
/frameworks/rs/ |
rsHidlAdaptation.h | 107 static RsScript ScriptCCreate(RsContext, const char*, size_t, const char*, size_t, const char*, size_t);
|
rs.spec | 474 ScriptCCreate {
|
rsHidlAdaptation.cpp | 142 mEntryFuncs.ScriptCCreate = ScriptCCreate; [all...] |
rsApiStubs.cpp | 616 return RS_DISPATCH(ctxWrapper, ScriptCCreate, resName, resName_length, cacheDir, cacheDir_length, text, text_length); [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |