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