Searched defs:fenceFd (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | GraphicBufferMapper.cpp | 102 int32_t fenceFd = -1; in unlock() local 111 uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd) in lockAsync() 117 void** vaddr, int fenceFd) in lockAsync() 129 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd) in lockAsyncYCbCr() 145 status_t GraphicBufferMapper::unlockAsync(buffer_handle_t handle, int *fenceFd) in unlockAsync()
|
| D | AndroidWindow.cpp | 81 int AndroidWindow::dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer() 91 int AndroidWindow::queueBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer() 97 int AndroidWindow::cancelBuffer(ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer() 253 …ok_dequeueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer** buffer, int* fenceFd) { in hook_dequeueBuffer() 258 …t hook_queueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int fenceFd) { in hook_queueBuffer() 263 … hook_cancelBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int fenceFd) { in hook_cancelBuffer()
|
| D | GraphicBuffer.cpp | 227 status_t GraphicBuffer::lockAsync(uint32_t inUsage, void** vaddr, int fenceFd) in lockAsync() 234 void** vaddr, int fenceFd) in lockAsync() 239 uint64_t inConsumerUsage, const Rect& rect, void** vaddr, int fenceFd) in lockAsync() 253 int fenceFd) in lockAsyncYCbCr() 260 android_ycbcr* ycbcr, int fenceFd) in lockAsyncYCbCr() 272 status_t GraphicBuffer::unlockAsync(int *fenceFd) in unlockAsync()
|
| D | ANativeWindow.cpp | 190 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in ANativeWindow_dequeueBuffer() 193 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_queueBuffer() 196 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in ANativeWindow_cancelBuffer()
|
| D | AndroidBufferQueue.h | 31 int fenceFd = -1; variable
|
| D | vulkanhal_unittest.cpp | 851 int fenceFd; in TEST_P() local
|
| /device/generic/opengl-transport/host/libs/virglrenderer/ |
| D | RenderControl.cpp | 129 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer() 134 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer() 140 static int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkDecoderGlobalState.cpp | 7357 int fenceFd; in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE() local
|