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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 145 * allocationGetNativeWindow, allocationSetNativeWindow, allocationIoSend,
174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv);
197 * allocationGetNativeWindow, allocationSetNativeWindow,
236 NativeWindow nativeWindow1 = context->allocationGetNativeWindow(allocationRecv1);
239 NativeWindow nativeWindow2 = context->allocationGetNativeWindow(allocationRecv2);
  /hardware/interfaces/renderscript/1.0/
IContext.hal 147 allocationGetNativeWindow(Allocation allocation)
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 46 Return<NativeWindow> allocationGetNativeWindow(Allocation allocation) override;
Context.cpp 113 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) {
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 463 uint64_t window = GetIContextHandle(context)->allocationGetNativeWindow(_allocation);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 170 } else if (target_func == "allocationGetNativeWindow") {
178 renderscript->allocationGetNativeWindow(arg0);
    [all...]

Completed in 57 milliseconds