Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp68 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols()
69 if (dispatchTab.ContextCreate == NULL) { in loadSymbols()
DRenderScript.cpp173 mContext = RS::dispatch->ContextCreate(mDev, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
DrsDispatch.h113 ContextCreateFnPtr ContextCreate; member
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp806 jlong id = (jlong)(uintptr_t)dispatchTab.ContextCreate((RsDevice)dev, ver, in nContextCreate()
1879 return (jlong)(uintptr_t)dispatchTabInc.ContextCreate((RsDevice)dev, ver, sdkVer, in nIncContextCreate()