OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextFinish
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
180
RS::dispatch->
ContextFinish
= (ContextFinishFnPtr)dlsym(handle, "rsContextFinish");
181
if (RS::dispatch->
ContextFinish
== NULL) {
182
ALOGE("Couldn't initialize RS::dispatch->
ContextFinish
");
592
RS::dispatch->
ContextFinish
(mContext);
rsDispatch.h
115
ContextFinishFnPtr
ContextFinish
;
/frameworks/rs/
rs.spec
85
ContextFinish
{
Completed in 36 milliseconds