Home
last modified time | relevance | path

Searched refs:allocationSetNativeWindow (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_P()
247 context->allocationSetNativeWindow(allocationSend, nativeWindow1); in TEST_P()
/hardware/interfaces/renderscript/1.0/default/
DContext.h63 … Return<void> allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) override;
DContext.cpp135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow() function in android::hardware::renderscript::V1_0::implementation::Context
/hardware/interfaces/renderscript/1.0/
DIContext.hal160 allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow);