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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 300 * contextFinish, getName, objDestroy, samplerCreate
318 context->objDestroy(element);
  /hardware/interfaces/renderscript/1.0/
IContext.hal     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 98 Return<void> objDestroy(ObjectBase obj) override;
Context.cpp 599 Return<void> Context::objDestroy(ObjectBase obj) {
601 Device::getHal().ObjDestroy(mContext, _obj);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 139 mEntryFuncs.ObjDestroy = ObjDestroy;
501 void RsHidlAdaptation::ObjDestroy (RsContext context, RsAsyncVoidPtr obj)
505 GetIContextHandle(context)->objDestroy(_obj);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 57 milliseconds