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

/frameworks/rs/cpp/
H A DRenderScript.cpp118 RS::dispatch->ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");;
119 if (RS::dispatch->ContextCreate == NULL) {
120 ALOGV("Couldn't initialize RS::dispatch->ContextCreate");
502 mContext = RS::dispatch->ContextCreate(mDev, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
H A DrsDispatch.h100 ContextCreateFnPtr ContextCreate; member in struct:__anon1465

Completed in 58 milliseconds