OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextFinish
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
69
dispatchTab.
ContextFinish
= (ContextFinishFnPtr)dlsym(handle, "rsContextFinish");
201
if (dispatchTab.
ContextFinish
== nullptr) {
202
LOG_ERR("Couldn't initialize dispatchTab.
ContextFinish
");
RenderScript.cpp
286
RS::dispatch->
ContextFinish
(mContext);
rsDispatch.h
141
ContextFinishFnPtr
ContextFinish
;
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
350
dispatchTab.
ContextFinish
((RsContext)con);
611
dispatchTab.
ContextFinish
((RsContext)con);
651
dispatchTab.
ContextFinish
((RsContext)con);
[
all
...]
/frameworks/rs/
rs.spec
119
ContextFinish
{
Completed in 2059 milliseconds