/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyWideGamutViewProducerActivity.java | 50 private CountDownLatch mFence = new CountDownLatch(3); field in PixelCopyWideGamutViewProducerActivity 86 mFence.countDown(); in onDraw() 87 if (mFence.getCount() > 0) { in onDraw() 95 if (!mFence.await(timeout, unit)) { in waitForFirstDrawCompleted() 108 mFence = new CountDownLatch(3); in rotate()
|
D | SurfaceOOMTestActivity.java | 63 private CountDownLatch mFence; field in SurfaceOOMTestActivity 106 mFence = new CountDownLatch(1); in verifyCreatingManySurfaces() 121 mFence.await(5, TimeUnit.MINUTES)); in verifyCreatingManySurfaces() 122 mFence = null; in verifyCreatingManySurfaces() 153 mFence.countDown(); in onVsync()
|
D | PixelCopyViewProducerActivity.java | 56 private CountDownLatch mFence = new CountDownLatch(DRAW_FRAME_COUNT_BEFORE_CAPTURE); field in PixelCopyViewProducerActivity 105 mFence.countDown(); in onDraw() 106 if (mFence.getCount() > 0) { in onDraw() 127 if (!mFence.await(timeout, unit)) { in waitForFirstDrawCompleted() 140 mFence = new CountDownLatch(DRAW_FRAME_COUNT_BEFORE_CAPTURE); in rotate()
|
D | PixelCopyGLProducerCtsActivity.java | 43 private CountDownLatch mFence; field in PixelCopyGLProducerCtsActivity.QuadColorGLRenderer
|
D | TextureViewCtsActivity.java | 164 private CountDownLatch mFence; field in TextureViewCtsActivity.RunSignalAndCatch 168 mFence = fence; in RunSignalAndCatch() 178 mFence.countDown(); in run()
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 169 private CountDownLatch mFence; field in OpenGLESActivity.RunSignalAndCatch 173 mFence = fence; in RunSignalAndCatch() 183 mFence.countDown(); in run()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.h | 105 VkFence mFence; variable
|
D | VulkanPreTransformTestHelpers.cpp | 362 mFence(VK_NULL_HANDLE) {} in Renderer() 369 vkDestroyFence(mDeviceInfo->device(), mFence, nullptr); in ~Renderer() 836 VK_CALL(vkCreateFence(mDeviceInfo->device(), &fenceCreateInfo, nullptr, &mFence)); in init() 853 VK_CALL(vkResetFences(mDeviceInfo->device(), 1, &mFence)); in drawFrame() 867 VK_CALL(vkQueueSubmit(mDeviceInfo->queue(), 1, &submitInfo, mFence)) in drawFrame() 869 VK_CALL(vkWaitForFences(mDeviceInfo->device(), 1, &mFence, VK_TRUE, TIMEOUT_30_SEC)); in drawFrame()
|
D | VulkanTestHelpers.cpp | 739 VK_CALL(vkCreateFence(mInit->device(), &fenceInfo, nullptr, &mFence)); in init() 800 if (mFence != VK_NULL_HANDLE) { in ~VkImageRenderer() 801 vkDestroyFence(mInit->device(), mFence, nullptr); in ~VkImageRenderer() 802 mFence = VK_NULL_HANDLE; in ~VkImageRenderer() 1155 VK_CALL(vkResetFences(mInit->device(), 1, &mFence)) in renderImageAndReadback() 1156 VK_CALL(vkQueueSubmit(mInit->queue(), 1, &submitInfo, mFence)); in renderImageAndReadback() 1157 VK_CALL(vkWaitForFences(mInit->device(), 1, &mFence, VK_TRUE, in renderImageAndReadback()
|
D | VulkanTestHelpers.h | 132 VkFence mFence = VK_NULL_HANDLE; variable
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SurfaceViewTests.java | 202 private final CountDownLatch mFence = new CountDownLatch(1); 258 mFence.countDown(); 268 return mFence;
|