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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 163 .ElementCreate2 =
Context.cpp 384 RsElement _element = Device::getHal().ElementCreate2(mContext, _eins.data(), _eins.size(), _namesPtr.data(), _namesPtr.size(), _nameLengthsPtr.data(), _arraySizes.data(), _arraySizes.size());
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 84 dispatchTab.ElementCreate2 = (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2");
263 if (dispatchTab.ElementCreate2 == nullptr) {
264 LOG_ERR("Couldn't initialize dispatchTab.ElementCreate2");
Element.cpp 496 void *id = RS::dispatch->ElementCreate2(mRS->getContext(),
rsDispatch.h 194 ElementCreate2FnPtr ElementCreate2;
  /frameworks/rs/
rsHidlAdaptation.h 70 static RsElement ElementCreate2(RsContext, const RsElement*, size_t, const char**, size_t, const size_t*, const uint32_t*, size_t);
rs.spec 154 ElementCreate2 {
rsHidlAdaptation.cpp 134 mEntryFuncs.ElementCreate2 = ElementCreate2;
522 RsElement RsHidlAdaptation::ElementCreate2 (RsContext context,
    [all...]
rsApiStubs.cpp 294 return RS_DISPATCH(ctxWrapper, ElementCreate2,
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1671 milliseconds