Searched refs:nativeWindow (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv); in TEST_P() local 175 ASSERT_NE(NativeWindow(0), nativeWindow); in TEST_P() 177 ((ANativeWindow *)nativeWindow)->incStrong(nullptr); in TEST_P() 178 native_window_api_connect((ANativeWindow*)nativeWindow, in TEST_P() 181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_P()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 461 EGLNativeWindowType nativeWindow; member 470 nativeWindow(window), in egl_window_surface_t() 481 anwHelper->acquire(nativeWindow); in init() 484 if (anwHelper->getConsumerUsage(nativeWindow, &consumerUsage) != 0) { in init() 488 anwHelper->setUsage(nativeWindow, consumerUsage | producerUsage); in init() 492 if (anwHelper->dequeueBuffer(nativeWindow, &buffer, &acquireFenceFd) != 0) { in init() 501 anwHelper->cancelBuffer(nativeWindow, buffer); in init() 517 int nativeWidth = anwHelper->getWidth(nativeWindow); in init() 518 int nativeHeight = anwHelper->getHeight(nativeWindow); in init() 558 anwHelper->cancelBuffer(nativeWindow, buffer); in ~egl_window_surface_t() [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 144 * @return nativeWindow NativeWindow object associated with allocation 148 generates (NativeWindow nativeWindow); 157 * @pram nativeWindow NativeWindow to associate with allocation
|