Home
last modified time | relevance | path

Searched refs:asg_context (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Daddress_space_graphics_types.h119 struct asg_context { // ptrs into RingStorage struct
131 static inline struct asg_context asg_context_create( in asg_context_create()
136 struct asg_context res; in asg_context_create()
304 std::function<void* (struct asg_context, ConsumerCallbacks)>;
DAddressSpaceStream.h33 struct asg_context context,
83 struct asg_context m_context;
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics_types.h119 struct asg_context { // ptrs into RingStorage struct
131 inline struct asg_context asg_context_create( in asg_context_create()
136 struct asg_context res; in asg_context_create()
304 std::function<void* (struct asg_context, base::Stream*, ConsumerCallbacks,
Daddress_space_graphics.h97 struct asg_context mHostContext = {};
/hardware/google/gfxstream/host/
DRingStream.h38 struct asg_context context,
76 struct asg_context mContext;
DRenderThread.h49 struct asg_context context,
DRendererImpl.h52 struct asg_context,
DRingStream.cpp34 struct asg_context context, in RingStream()
DRenderThread.cpp103 struct asg_context context, in RenderThread()
DRendererImpl.cpp273 struct asg_context context, in addressSpaceGraphicsConsumerCreate()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DGoldfishAddressSpaceStream.cpp91 struct asg_context context = in createGoldfishAddressSpaceStream()
DVirtioGpuAddressSpaceStream.cpp131 struct asg_context context = asg_context_create(blobAddr, bufferPtr, bufferSize); in createVirtioGpuAddressSpaceStream()
DAddressSpaceStream.cpp40 struct asg_context context, in AddressSpaceStream()
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp358 struct asg_context mContext;
369 Consumer(struct asg_context context, in Consumer()
542 struct asg_context mContext;
569 [this](struct asg_context context, in SetUp()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h78 struct asg_context,
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp195 [](struct asg_context context, in android_startOpenglesRenderer()