OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextFinish
(Results
1 - 10
of
10
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
285
RS::dispatch->
ContextFinish
(mContext);
rsDispatch.cpp
73
dispatchTab.
ContextFinish
= (ContextFinishFnPtr)dlsym(handle, "rsContextFinish");
239
if (dispatchTab.
ContextFinish
== nullptr) {
240
LOG_ERR("Couldn't initialize dispatchTab.
ContextFinish
");
rsDispatch.h
184
ContextFinishFnPtr
ContextFinish
;
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
147
.
ContextFinish
= (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"),
Context.cpp
456
Return<void> Context::
contextFinish
() {
457
Device::getHal().
ContextFinish
(mContext);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.h
55
static void
ContextFinish
(RsContext);
rs.spec
119
ContextFinish
{
rsHidlAdaptation.cpp
126
mEntryFuncs.
ContextFinish
=
ContextFinish
;
474
void RsHidlAdaptation::
ContextFinish
(RsContext context)
476
GetIContextHandle(context)->
contextFinish
();
[
all
...]
rsApiStubs.cpp
206
RS_DISPATCH(ctxWrapper,
ContextFinish
);
[
all
...]
/frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp
352
dispatchTab.
ContextFinish
((RsContext)con);
613
dispatchTab.
ContextFinish
((RsContext)con);
653
dispatchTab.
ContextFinish
((RsContext)con);
[
all
...]
Completed in 370 milliseconds