Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/include/gfxstream/guest/
H A DANativeWindow.h50 virtual EGLNativeWindowType createNativeWindowForTesting(Gralloc* /*gralloc*/, in createNativeWindowForTesting() function
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/
H A DANativeWindowEmulated.h82 EGLNativeWindowType createNativeWindowForTesting(Gralloc* gralloc, uint32_t width,
H A DANativeWindowEmulated.cpp168 EGLNativeWindowType EmulatedANativeWindowHelper::createNativeWindowForTesting(Gralloc* gralloc, in createNativeWindowForTesting() function in gfxstream::EmulatedANativeWindowHelper
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp173 auto anw = mAnwHelper->createNativeWindowForTesting(mGralloc.get(), width, height); in TEST_P()