HomeSort by relevance Sort by last modified time
    Searched refs:ScriptGetVarV (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 155 .ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV"),
Context.cpp     [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 96 dispatchTab.ScriptGetVarV = (ScriptGetVarVFnPtr)dlsym(handle, "rsScriptGetVarV");
367 if (dispatchTab.ScriptGetVarV == nullptr) {
368 LOG_ERR("Couldn't initialize dispatchTab.ScriptGetVarV");
rsDispatch.h 208 ScriptGetVarVFnPtr ScriptGetVarV;
  /frameworks/rs/
rsHidlAdaptation.h 122 static void ScriptGetVarV(RsContext, RsScript, uint32_t, void*, size_t);
rs.spec 458 ScriptGetVarV {
rsHidlAdaptation.cpp 146 mEntryFuncs.ScriptGetVarV = ScriptGetVarV;
    [all...]
rsApiStubs.cpp 711 RS_DISPATCH(ctxWrapper, ScriptGetVarV, s, slot, data, data_length);
    [all...]

Completed in 2010 milliseconds