/hardware/google/aemu/host-common/ |
D | MultiDisplayPipe.cpp | 110 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/ |
D | RenderThreadInfo.cpp | 81 bool RenderThreadInfo::onLoad(Stream* stream) { in onLoad() function in gfxstream::RenderThreadInfo 88 return m_glInfo->onLoad(stream); in onLoad()
|
D | RenderThreadInfoGl.h | 46 bool onLoad(android::base::Stream* stream);
|
D | ReadBuffer.h | 33 void onLoad(android::base::Stream* stream);
|
D | RenderThreadInfo.h | 79 bool onLoad(android::base::Stream* stream);
|
D | ChannelStream.h | 42 unsigned char* onLoad(android::base::Stream* stream) override;
|
D | Buffer.h | 48 static std::shared_ptr<Buffer> onLoad(gl::EmulationGl* emulationGl,
|
D | RingStream.h | 70 unsigned char* onLoad(android::base::Stream* stream) override;
|
D | ReadBuffer.cpp | 120 void ReadBuffer::onLoad(android::base::Stream* stream) { in onLoad() function in gfxstream::ReadBuffer
|
D | Buffer.cpp | 70 std::shared_ptr<Buffer> Buffer::onLoad(gl::EmulationGl* emulationGl, vk::VkEmulation*, in onLoad() function in gfxstream::Buffer
|
/hardware/google/gfxstream/include/render-utils/ |
D | IOStream.h | 99 const auto buf = onLoad(stream); in load() 109 virtual unsigned char* onLoad(android::base::Stream* stream) = 0;
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglFenceSync.cpp | 206 void EmulatedEglFenceSync::onLoad(android::base::Stream* stream) { in onLoad() function in gfxstream::gl::EmulatedEglFenceSync 207 sFenceRegistry()->onLoad(stream); in onLoad()
|
D | BufferGl.h | 47 static std::unique_ptr<BufferGl> onLoad(android::base::Stream* stream, ContextHelper* helper);
|
D | EmulatedEglFenceSync.h | 140 static void onLoad(android::base::Stream* stream);
|
D | EmulatedEglContext.h | 75 static std::unique_ptr<EmulatedEglContext> onLoad(android::base::Stream* stream,
|
D | BufferGl.cpp | 93 std::unique_ptr<BufferGl> BufferGl::onLoad(android::base::Stream* stream, ContextHelper* helper) { in onLoad() function in gfxstream::gl::BufferGl
|
D | EmulatedEglWindowSurface.h | 100 static std::unique_ptr<EmulatedEglWindowSurface> onLoad(
|
D | EmulationGl.cpp | 628 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()
|
D | EmulatedEglContext.cpp | 113 std::unique_ptr<EmulatedEglContext> EmulatedEglContext::onLoad( in onLoad() function in gfxstream::gl::EmulatedEglContext
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestDispatch.cpp | 95 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/ |
D | GLSnapshotSerializers.h | 24 ite.onLoad(stream); in loadContainer()
|
D | GLESpointer.h | 33 void onLoad(android::base::Stream* stream);
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MultiDisplayPipe.h | 41 virtual void onLoad(base::Stream* stream) override;
|
D | AndroidAsyncMessagePipe.h | 173 pipe->onLoad(stream); in createPipeUnderLock() 217 virtual void onLoad(base::Stream* stream);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 175 onLoad(stream); in GLESpointer() 184 void GLESpointer::onLoad(android::base::Stream* stream) { in onLoad() function in GLESpointer
|