Searched refs:mVirtioGpuOps (Results 1 – 5 of 5) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaHostRenderer.cpp | 40 mVirtioGpuOps = android_getVirtioGpuOps(); in MediaHostRenderer() 41 if (mVirtioGpuOps == nullptr) { in MediaHostRenderer() 81 if (mVirtioGpuOps) { in renderToHostColorBuffer() 82 mVirtioGpuOps->update_color_buffer(hostColorBufferId, 0, 0, outputWidth, in renderToHostColorBuffer() 108 if (mVirtioGpuOps) { in renderToHostColorBufferWithTextures() 110 mVirtioGpuOps->swap_textures_and_update_color_buffer( in renderToHostColorBufferWithTextures()
|
D | MediaTexturePool.cpp | 39 mVirtioGpuOps = android_getVirtioGpuOps(); in MediaTexturePool() 40 if (mVirtioGpuOps == nullptr) { in MediaTexturePool() 69 mVirtioGpuOps->create_yuv_textures(kFRAMEWORK_FORMAT_NV12, in getTextureFrame() 91 if (mVirtioGpuOps) { in saveDecodedFrameToTexture() 93 mVirtioGpuOps->update_yuv_textures(kFRAMEWORK_FORMAT_NV12, textures, in saveDecodedFrameToTexture() 118 if (mVirtioGpuOps && frame.Ytex > 0 && frame.UVtex > 0) { in deleteTextures() 122 mVirtioGpuOps->destroy_yuv_textures(kFRAMEWORK_FORMAT_NV12, 1, in deleteTextures() 139 mVirtioGpuOps->destroy_yuv_textures( in cleanUpTextures()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaHostRenderer.h | 74 AndroidVirtioGpuOps* mVirtioGpuOps = nullptr;
|
D | MediaTexturePool.h | 69 AndroidVirtioGpuOps* mVirtioGpuOps = nullptr;
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 688 mVirtioGpuOps = android_getVirtioGpuOps(); in init() 689 if (!mVirtioGpuOps) { in init() 950 mVirtioGpuOps->async_wait_for_gpu_with_cb(sync_handle, [this, taskId] { in submitCmd() 976 mVirtioGpuOps->async_wait_for_gpu_vulkan_with_cb( in submitCmd() 999 mVirtioGpuOps->async_wait_for_gpu_vulkan_qsri_with_cb(image_handle, [this, taskId] { in submitCmd() 1121 mVirtioGpuOps->create_buffer_with_handle(args->width * args->height, args->handle); in handleCreateResourceBuffer() 1131 mVirtioGpuOps->create_color_buffer_with_handle(args->width, args->height, glformat, in handleCreateResourceColorBuffer() 1133 mVirtioGpuOps->set_guest_managed_color_buffer_lifetime(true /* guest manages lifetime */); in handleCreateResourceColorBuffer() 1134 mVirtioGpuOps->open_color_buffer(args->handle); in handleCreateResourceColorBuffer() 1188 mVirtioGpuOps->close_buffer(toUnrefId); in unrefResource() [all …]
|