OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextFinish
(Results
1 - 8
of
8
) sorted by null
/hardware/interfaces/renderscript/1.0/vts/functional/
VtsHalRenderscriptV1_0TargetTest.cpp
33
context->
contextFinish
();
VtsMiscellaneousTests.cpp
300
*
contextFinish
, getName, objDestroy, samplerCreate
314
context->
contextFinish
();
VtsScriptTests.cpp
238
* allocation1DWrite, scriptReduce,
contextFinish
, allocationRead
276
context->
contextFinish
();
334
* scriptGroupExecute,
contextFinish
, allocation2DRead
404
context->
contextFinish
();
/hardware/interfaces/renderscript/1.0/
IContext.hal
733
contextFinish
();
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.h
80
Return<void>
contextFinish
() override;
Context.cpp
456
Return<void> Context::
contextFinish
() {
457
Device::getHal().
ContextFinish
(mContext);
[
all
...]
/frameworks/rs/
rsHidlAdaptation.cpp
126
mEntryFuncs.
ContextFinish
=
ContextFinish
;
474
void RsHidlAdaptation::
ContextFinish
(RsContext context)
476
GetIContextHandle(context)->
contextFinish
();
[
all
...]
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp
[
all
...]
Completed in 53 milliseconds