HomeSort by relevance Sort by last modified time
    Searched refs:contextDestroy (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsHalRenderscriptV1_0TargetTest.cpp 34 context->contextDestroy();
  /hardware/interfaces/renderscript/1.0/
IContext.hal 652 contextDestroy();
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 74 Return<void> contextDestroy() override;
Context.cpp 409 Return<void> Context::contextDestroy() {
410 Device::getHal().ContextDestroy(mContext);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 124 mEntryFuncs.ContextDestroy = ContextDestroy;
205 void RsHidlAdaptation::ContextDestroy (RsContext context)
208 GetIContextHandle(context)->contextDestroy();
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 56 milliseconds