Home
last modified time | relevance | path

Searched defs:postSwap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/apps/test/chqts/src/shared/
H A Dnano_endian_test.cc29 static constexpr uint8_t postSwap[] = {0x10, 0x0F, 0x0E, 0x0D, 0x0C, 0x0B, in swapByteTest() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp398 …dPostSwapFramebuffers(tcu::TestLog &log, const tcu::Surface &preSwap, const tcu::Surface &postSwap) in comparePreAndPostSwapFramebuffers()
/aosp_15_r20/external/angle/src/libANGLE/
H A DSurface.cpp185 void Surface::postSwap(const gl::Context *context) in postSwap() function in egl::Surface