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

  /frameworks/rs/cpp/
RenderScript.cpp 167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
rsDispatch.cpp 69 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");;
183 if (dispatchTab.ContextCreate == nullptr) {
184 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate");
rsDispatch.h 179 ContextCreateFnPtr ContextCreate;
  /frameworks/rs/
rsHidlAdaptation.h 53 static RsContext ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t flags);
rsHidlAdaptation.cpp 122 mEntryFuncs.ContextCreate = ContextCreate;
194 RsContext RsHidlAdaptation::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t flags)
197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags);
    [all...]
rsApiStubs.cpp 37 // The wrapper object is created during ContextCreate, and the address of the
155 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags);
159 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 121 LPD3DHAL_CONTEXTCREATECB ContextCreate;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 149 LPD3DHAL_CONTEXTCREATECB ContextCreate;
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 194 milliseconds