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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 145 * allocationGetNativeWindow, allocationSetNativeWindow, allocationIoSend,
181 context->allocationSetNativeWindow(allocationSend, nativeWindow);
197 * allocationGetNativeWindow, allocationSetNativeWindow,
247 context->allocationSetNativeWindow(allocationSend, nativeWindow1);
  /hardware/interfaces/renderscript/1.0/
IContext.hal 160 allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 47 Return<void> allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) override;
Context.cpp 119 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) {
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 471 GetIContextHandle(context)->allocationSetNativeWindow(_allocation, _window);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 180 } else if (target_func == "allocationSetNativeWindow") {
195 renderscript->allocationSetNativeWindow(arg0, arg1);
    [all...]

Completed in 213 milliseconds