Searched defs:colorBufferHandle (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 2152 bool getColorBufferShareInfo(uint32_t colorBufferHandle, bool* glExported, in getColorBufferShareInfo() 2170 bool getColorBufferAllocationInfoLocked(uint32_t colorBufferHandle, VkDeviceSize* outSize, in getColorBufferAllocationInfoLocked() 2197 bool getColorBufferAllocationInfo(uint32_t colorBufferHandle, VkDeviceSize* outSize, in getColorBufferAllocationInfo() 2390 uint32_t colorBufferHandle, VK_EXT_MEMORY_HANDLE extMemHandle = VK_EXT_MEMORY_HANDLE_INVALID) { in initializeVkColorBufferLocked() 2645 FrameworkFormat frameworkFormat, uint32_t colorBufferHandle, in createVkColorBufferLocked() 2693 FrameworkFormat frameworkFormat, uint32_t colorBufferHandle, in createVkColorBuffer() 2718 std::optional<VkColorBufferMemoryExport> exportColorBufferMemory(uint32_t colorBufferHandle) { in exportColorBufferMemory() 2761 bool teardownVkColorBufferLocked(uint32_t colorBufferHandle) { in teardownVkColorBufferLocked() 2787 bool teardownVkColorBuffer(uint32_t colorBufferHandle) { in teardownVkColorBuffer() 2794 bool importExtMemoryHandleToVkColorBuffer(uint32_t colorBufferHandle, uint32_t type, in importExtMemoryHandleToVkColorBuffer() [all …]
|
D | VkAndroidNativeBuffer.h | 64 uint32_t colorBufferHandle; member
|
D | VkAndroidNativeBuffer.cpp | 844 uint32_t colorBufferHandle = anbInfo->colorBufferHandle; in syncImageToColorBuffer() local
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 2603 HandleType colorBufferHandle = stream->getBe32(); in onLoad() local 2849 uint32_t colorBufferHandle, bool colorBufferIsTarget) { in borrowColorBufferForComposition() 2869 uint32_t colorBufferHandle) { in borrowColorBufferForDisplay() 2980 bool FrameBuffer::flushColorBufferFromVk(HandleType colorBufferHandle) { in flushColorBufferFromVk() 2990 bool FrameBuffer::flushColorBufferFromVkBytes(HandleType colorBufferHandle, const void* bytes, in flushColorBufferFromVkBytes() 3002 bool FrameBuffer::invalidateColorBufferForVk(HandleType colorBufferHandle) { in invalidateColorBufferForVk() 3017 int FrameBuffer::waitSyncColorBuffer(HandleType colorBufferHandle) { in waitSyncColorBuffer() 3028 std::optional<BlobDescriptorInfo> FrameBuffer::exportColorBuffer(HandleType colorBufferHandle) { in exportColorBuffer() 3651 bool FrameBuffer::flushColorBufferFromGl(HandleType colorBufferHandle) { in flushColorBufferFromGl() 3660 bool FrameBuffer::invalidateColorBufferForGl(HandleType colorBufferHandle) { in invalidateColorBufferForGl()
|
D | RenderControl.cpp | 869 HandleType colorBufferHandle = fb->getEmulatedEglWindowSurfaceColorBufferHandle(windowSurface); in rcFlushWindowColorBuffer() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | AndroidHardwareBuffer.cpp | 305 uint32_t colorBufferHandle = grallocHelper->getHostHandle(buffer); in getAndroidHardwareBufferPropertiesANDROID() local 345 uint32_t colorBufferHandle = grallocHelper->getHostHandle(ahb); in importAndroidHardwareBuffer() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/ |
D | RenderControlApi.h | 24 uint32_t colorBufferHandle = 0; member
|