Home
last modified time | relevance | path

Searched refs:DestroyContext (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DGoldfishMediaDefs.h31 DestroyContext = 1, enumerator
/hardware/qcom/sm7250/display/composer/
Dgl_common.h66 virtual void DestroyContext(GLContext *ctx);
Dgl_color_convert_impl.cpp194 DestroyContext(&ctx_); in Deinit()
Dgl_layer_stitch_impl.cpp196 DestroyContext(&ctx_); in Deinit()
Dgl_common.cpp162 void GLCommon::DestroyContext(GLContext* ctx) { in DestroyContext() function in sdm::GLCommon
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.h50 void DestroyContext(uint32_t contextId);
DRutabagaVirtGpuDevice.cpp28 RutabagaVirtGpuDevice::~RutabagaVirtGpuDevice() { mEmulation->DestroyContext(mContextId); } in ~RutabagaVirtGpuDevice()
DRutabagaLayer.cpp91 void DestroyContext(uint32_t contextId);
413 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DestroyContext(uint32_t contextId) { in DestroyContext() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
1099 void EmulatedVirtioGpu::DestroyContext(uint32_t contextId) { mImpl->DestroyContext(contextId); } in DestroyContext() function in gfxstream::EmulatedVirtioGpu
/hardware/google/aemu/host-common/
DMediaVpxDecoder.cpp140 case MediaOperation::DestroyContext: { in handlePing()
DMediaH264DecoderDefault.cpp140 case MediaOperation::DestroyContext: { in handlePing()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1836 ImGui::DestroyContext(data->imgui_context); in shutdown_swapchain_data()