HomeSort by relevance Sort by last modified time
    Searched refs:syncFd (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/graphics/jni/
android_graphics_cts_BasicVulkanGpuTest.cpp 117 int syncFd = -1;
118 AHardwareBuffer_unlock(buffer, &syncFd);
122 ASSERT(vkImage.init(buffer, useExternalFormat, syncFd),
VulkanTestHelpers.h 64 bool init(AHardwareBuffer *buffer, bool useExternalFormat, int syncFd = -1);
VulkanTestHelpers.cpp 215 bool VkAHardwareBufferImage::init(AHardwareBuffer *buffer, bool useExternalFormat, int syncFd) {
387 if (syncFd != -1) {
403 .fd = syncFd,
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
ResourceTracker.cpp 278 int syncFd = -1;
    [all...]

Completed in 202 milliseconds