Home
last modified time | relevance | path

Searched refs:mVirtioGpuOps (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp40 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()
DMediaTexturePool.cpp39 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/
DMediaHostRenderer.h74 AndroidVirtioGpuOps* mVirtioGpuOps = nullptr;
DMediaTexturePool.h69 AndroidVirtioGpuOps* mVirtioGpuOps = nullptr;
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp688 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 …]