Searched refs:virtioGpuContextId (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 258 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/ |
D | address_space_device.h | 30 uint32_t virtioGpuContextId; member
|
D | address_space_graphics_types.h | 305 uint32_t virtioGpuContextId, uint32_t virtioGpuCapsetId,
|
/hardware/google/gfxstream/host/ |
D | RenderThread.h | 45 uint32_t virtioGpuContextId = INVALID_CONTEXT_ID);
|
D | RendererImpl.h | 49 android::base::Stream* loadStream, uint32_t virtioGpuContextId) final;
|
D | RenderThread.cpp | 84 uint32_t virtioGpuContextId) in RenderThread() argument 88 mContextId(virtioGpuContextId) in RenderThread()
|
D | RendererImpl.cpp | 232 android::base::Stream* loadStream, uint32_t virtioGpuContextId) { in createRenderChannel() argument 234 std::make_shared<RenderChannelImpl>(loadStream, virtioGpuContextId); in createRenderChannel()
|
D | virtio-gpu-gfxstream-renderer.cpp | 885 .virtioGpuContextId = ctxId, in addressSpaceProcessCmd()
|
/hardware/google/gfxstream/include/render-utils/ |
D | Renderer.h | 74 uint32_t virtioGpuContextId = -1) = 0;
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics.cpp | 628 … mHostContext, nullptr, mConsumerCallbacks, create.virtioGpuContextId, create.virtioGpuCapsetId,
|