Home
last modified time | relevance | path

Searched refs:ContextCreate (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DRenderScript.cpp167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
DrsDispatch.cpp69 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols()
183 if (dispatchTab.ContextCreate == nullptr) { in loadSymbols()
DrsDispatch.h179 ContextCreateFnPtr ContextCreate; member
/frameworks/rs/
DrsHidlAdaptation.h53 …static RsContext ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType…
DrsHidlAdaptation.cpp122 mEntryFuncs.ContextCreate = ContextCreate; in LoadDispatchForHidl()
194 RsContext RsHidlAdaptation::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsC… in ContextCreate() function in RsHidlAdaptation
DrsApiStubs.cpp155 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags); in rsContextCreate()
159 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags); in rsContextCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp811 jlong id = (jlong)(uintptr_t)dispatchTab.ContextCreate((RsDevice)dev, ver, in nContextCreate()
2158 return (jlong)(uintptr_t)dispatchTabInc.ContextCreate((RsDevice)dev, ver, sdkVer, in nIncContextCreate()