Searched refs:ContextCreate (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp110 RS::dispatch->ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");;
111 if (RS::dispatch->ContextCreate == NULL) {
112 ALOGE("Couldn't initialize RS::dispatch->ContextCreate");
482 mContext = RS::dispatch->ContextCreate(mDev, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
H A DrsDispatch.h99 ContextCreateFnPtr ContextCreate; member in struct:__anon1590

Completed in 48 milliseconds