Home
last modified time | relevance | path

Searched refs:virtioGpuContextId (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp258 uint32_t virtioGpuContextId = -1; in EmuglPipe() local
260 virtioGpuContextId = (uint32_t)(uintptr_t)hwPipe; in EmuglPipe()
263 mChannel = renderer->createRenderChannel(loadStream, virtioGpuContextId); in EmuglPipe()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h30 uint32_t virtioGpuContextId; member
Daddress_space_graphics_types.h305 uint32_t virtioGpuContextId, uint32_t virtioGpuCapsetId,
/hardware/google/gfxstream/host/
DRenderThread.h45 uint32_t virtioGpuContextId = INVALID_CONTEXT_ID);
DRendererImpl.h49 android::base::Stream* loadStream, uint32_t virtioGpuContextId) final;
DRenderThread.cpp84 uint32_t virtioGpuContextId) in RenderThread() argument
88 mContextId(virtioGpuContextId) in RenderThread()
DRendererImpl.cpp232 android::base::Stream* loadStream, uint32_t virtioGpuContextId) { in createRenderChannel() argument
234 std::make_shared<RenderChannelImpl>(loadStream, virtioGpuContextId); in createRenderChannel()
Dvirtio-gpu-gfxstream-renderer.cpp885 .virtioGpuContextId = ctxId, in addressSpaceProcessCmd()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h74 uint32_t virtioGpuContextId = -1) = 0;
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp628 … mHostContext, nullptr, mConsumerCallbacks, create.virtioGpuContextId, create.virtioGpuCapsetId,