Home
last modified time | relevance | path

Searched refs:onLoad (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/aemu/host-common/
DMultiDisplayPipe.cpp110 void MultiDisplayPipe::onLoad(base::Stream* stream) { in onLoad() function in android::MultiDisplayPipe
111 AndroidAsyncMessagePipe::onLoad(stream); in onLoad()
118 instance->onLoad(stream); in onLoad()
/hardware/google/gfxstream/host/
DRenderThreadInfo.cpp81 bool RenderThreadInfo::onLoad(Stream* stream) { in onLoad() function in gfxstream::RenderThreadInfo
88 return m_glInfo->onLoad(stream); in onLoad()
DRenderThreadInfoGl.h46 bool onLoad(android::base::Stream* stream);
DReadBuffer.h33 void onLoad(android::base::Stream* stream);
DRenderThreadInfo.h79 bool onLoad(android::base::Stream* stream);
DChannelStream.h42 unsigned char* onLoad(android::base::Stream* stream) override;
DBuffer.h48 static std::shared_ptr<Buffer> onLoad(gl::EmulationGl* emulationGl,
DRingStream.h70 unsigned char* onLoad(android::base::Stream* stream) override;
DReadBuffer.cpp120 void ReadBuffer::onLoad(android::base::Stream* stream) { in onLoad() function in gfxstream::ReadBuffer
DBuffer.cpp70 std::shared_ptr<Buffer> Buffer::onLoad(gl::EmulationGl* emulationGl, vk::VkEmulation*, in onLoad() function in gfxstream::Buffer
/hardware/google/gfxstream/include/render-utils/
DIOStream.h99 const auto buf = onLoad(stream); in load()
109 virtual unsigned char* onLoad(android::base::Stream* stream) = 0;
/hardware/google/gfxstream/host/gl/
DEmulatedEglFenceSync.cpp206 void EmulatedEglFenceSync::onLoad(android::base::Stream* stream) { in onLoad() function in gfxstream::gl::EmulatedEglFenceSync
207 sFenceRegistry()->onLoad(stream); in onLoad()
DBufferGl.h47 static std::unique_ptr<BufferGl> onLoad(android::base::Stream* stream, ContextHelper* helper);
DEmulatedEglFenceSync.h140 static void onLoad(android::base::Stream* stream);
DEmulatedEglContext.h75 static std::unique_ptr<EmulatedEglContext> onLoad(android::base::Stream* stream,
DBufferGl.cpp93 std::unique_ptr<BufferGl> BufferGl::onLoad(android::base::Stream* stream, ContextHelper* helper) { in onLoad() function in gfxstream::gl::BufferGl
DEmulatedEglWindowSurface.h100 static std::unique_ptr<EmulatedEglWindowSurface> onLoad(
DEmulationGl.cpp628 return BufferGl::onLoad(stream, getColorBufferContextHelper()); in loadBuffer()
641 return ColorBufferGl::onLoad(stream, mEglDisplay, getColorBufferContextHelper(), in loadColorBuffer()
669 return EmulatedEglContext::onLoad(stream, mEglDisplay); in loadEmulatedEglContext()
715 return EmulatedEglWindowSurface::onLoad(stream, mEglDisplay, colorBuffers, contexts); in loadEmulatedEglWindowSurface()
DEmulatedEglContext.cpp113 std::unique_ptr<EmulatedEglContext> EmulatedEglContext::onLoad( in onLoad() function in gfxstream::gl::EmulatedEglContext
/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp95 fb->onLoad(m_stream.get(), m_texture_loader); in loadSnapshot()
99 threadInfo->onLoad(m_stream.get()); in loadSnapshot()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLSnapshotSerializers.h24 ite.onLoad(stream); in loadContainer()
DGLESpointer.h33 void onLoad(android::base::Stream* stream);
/hardware/google/aemu/host-common/include/host-common/
DMultiDisplayPipe.h41 virtual void onLoad(base::Stream* stream) override;
DAndroidAsyncMessagePipe.h173 pipe->onLoad(stream); in createPipeUnderLock()
217 virtual void onLoad(base::Stream* stream);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp175 onLoad(stream); in GLESpointer()
184 void GLESpointer::onLoad(android::base::Stream* stream) { in onLoad() function in GLESpointer

12