Searched refs:ContextCreate (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 68 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");; in loadSymbols() 69 if (dispatchTab.ContextCreate == NULL) { in loadSymbols()
|
D | RenderScript.cpp | 173 mContext = RS::dispatch->ContextCreate(mDev, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags); in init()
|
D | rsDispatch.h | 113 ContextCreateFnPtr ContextCreate; member
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 806 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()
|