Searched refs:ContextCreate (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | RenderScript.cpp | 167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
|
D | rsDispatch.cpp | 69 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols() 183 if (dispatchTab.ContextCreate == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 179 ContextCreateFnPtr ContextCreate; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 53 …static RsContext ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType…
|
D | rsHidlAdaptation.cpp | 122 mEntryFuncs.ContextCreate = ContextCreate; in LoadDispatchForHidl() 194 RsContext RsHidlAdaptation::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsC… in ContextCreate() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 155 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/ |
D | android_renderscript_RenderScript.cpp | 813 jlong id = (jlong)(uintptr_t)dispatchTab.ContextCreate((RsDevice)dev, ver, in nContextCreate() 2160 return (jlong)(uintptr_t)dispatchTabInc.ContextCreate((RsDevice)dev, ver, sdkVer, in nIncContextCreate()
|