/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | StreamSerializing.h | 45 bool loadBuffer(Stream* stream, std::vector<T>* buffer) { in loadBuffer() function 59 bool loadBuffer(Stream* stream, SmallVector<T>* buffer) { in loadBuffer() function 88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer() function
|
D | MemStream.cpp | 61 loadBuffer(stream, &mData); in load()
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | StreamSerializing.h | 45 bool loadBuffer(Stream* stream, std::vector<T>* buffer) { in loadBuffer() function 59 bool loadBuffer(Stream* stream, SmallVector<T>* buffer) { in loadBuffer() function 88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer() function
|
/hardware/google/gfxstream/host/ |
D | ChannelStream.cpp | 124 android::base::loadBuffer(stream, &mReadBuffer); in onLoad() 126 android::base::loadBuffer(stream, &mWriteBuffer); in onLoad()
|
D | Buffer.cpp | 79 buffer->mBufferGl = emulationGl->loadBuffer(stream); in onLoad()
|
D | RingStream.cpp | 361 android::base::loadBuffer(stream, &mReadBuffer); in onLoad() 363 android::base::loadBuffer(stream, &mWriteBuffer); in onLoad()
|
/hardware/google/aemu/base/ |
D | DecompressingStream.cpp | 29 loadBuffer(&input, &mBuffer); in DecompressingStream()
|
D | MemStream.cpp | 68 loadBuffer(stream, &mData); in load()
|
/hardware/google/gfxstream/host/gl/ |
D | EmulationGl.h | 106 std::unique_ptr<BufferGl> loadBuffer(android::base::Stream* stream);
|
D | EmulationGl.cpp | 627 std::unique_ptr<BufferGl> EmulationGl::loadBuffer(android::base::Stream* stream) { in loadBuffer() function in gfxstream::gl::EmulationGl
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | BufferQueue.h | 228 if (!android::base::loadBuffer(stream, &mBuffers[i])) { in onLoadLocked()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.cpp | 227 android::base::loadBuffer(stream, &createdHandleBuffer); in load() 228 android::base::loadBuffer(stream, &apiTraceBuffer); in load()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 105 android::base::loadBuffer(stream, &mProjMatrices); in GLEScmContext() 106 android::base::loadBuffer(stream, &mModelviewMatrices); in GLEScmContext() 107 android::base::loadBuffer(stream, &mTextureMatrices, in GLEScmContext() 110 android::base::loadBuffer(stream, &matrices); in GLEScmContext() 113 android::base::loadBuffer(stream, &mTexUnitEnvs, in GLEScmContext() 125 android::base::loadBuffer(stream, &mTexGens, in GLEScmContext()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 254 android::base::loadBuffer(loadStream, &mDataForReading); in EmuglPipe()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | FramebufferData.cpp | 95 android::base::loadBuffer(stream, &m_drawBuffers); in FramebufferData()
|
D | SaveableTexture.cpp | 549 loadBuffer(stream, &levelData[level].m_data); in loadFromStream()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 40 loadBuffer(stream, &mVal); in GLUniformDesc()
|