OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextCreate
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
110
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);
rsDispatch.h
99
ContextCreateFnPtr
ContextCreate
;
Completed in 25 milliseconds