Searched defs:mFence (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ | ||
D | PixelCopyGLProducerCtsActivity.java | 43 private CountDownLatch mFence; field in PixelCopyGLProducerCtsActivity.QuadColorGLRenderer |
D | PixelCopyWideGamutViewProducerActivity.java | 50 private CountDownLatch mFence = new CountDownLatch(3); field in PixelCopyWideGamutViewProducerActivity |
D | SurfaceOOMTestActivity.java | 63 private CountDownLatch mFence; field in SurfaceOOMTestActivity |
D | PixelCopyViewProducerActivity.java | 56 private CountDownLatch mFence = new CountDownLatch(DRAW_FRAME_COUNT_BEFORE_CAPTURE); field in PixelCopyViewProducerActivity |
D | TextureViewCtsActivity.java | 164 private CountDownLatch mFence; field in TextureViewCtsActivity.RunSignalAndCatch |
/cts/tests/tests/graphics/jni/ | ||
D | VulkanPreTransformTestHelpers.h | 105 VkFence mFence; variable |
D | VulkanTestHelpers.h | 132 VkFence mFence = VK_NULL_HANDLE; variable |
/cts/tests/vr/src/android/vr/cts/ | ||
D | OpenGLESActivity.java | 169 private CountDownLatch mFence; field in OpenGLESActivity.RunSignalAndCatch |