Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp65 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols()
145 if (dispatchTab.ContextCreate == nullptr) { in loadSymbols()
DRenderScript.cpp174 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
DrsDispatch.h137 ContextCreateFnPtr ContextCreate; member
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp798 jlong id = (jlong)(uintptr_t)dispatchTab.ContextCreate((RsDevice)dev, ver, in nContextCreate()
2145 return (jlong)(uintptr_t)dispatchTabInc.ContextCreate((RsDevice)dev, ver, sdkVer, in nIncContextCreate()