Home
last modified time | relevance | path

Searched refs:loadBuffer (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/files/
DStreamSerializing.h45 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
DMemStream.cpp61 loadBuffer(stream, &mData); in load()
/hardware/google/aemu/base/include/aemu/base/files/
DStreamSerializing.h45 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/
DChannelStream.cpp124 android::base::loadBuffer(stream, &mReadBuffer); in onLoad()
126 android::base::loadBuffer(stream, &mWriteBuffer); in onLoad()
DBuffer.cpp79 buffer->mBufferGl = emulationGl->loadBuffer(stream); in onLoad()
DRingStream.cpp361 android::base::loadBuffer(stream, &mReadBuffer); in onLoad()
363 android::base::loadBuffer(stream, &mWriteBuffer); in onLoad()
/hardware/google/aemu/base/
DDecompressingStream.cpp29 loadBuffer(&input, &mBuffer); in DecompressingStream()
DMemStream.cpp68 loadBuffer(stream, &mData); in load()
/hardware/google/gfxstream/host/gl/
DEmulationGl.h106 std::unique_ptr<BufferGl> loadBuffer(android::base::Stream* stream);
DEmulationGl.cpp627 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/
DBufferQueue.h228 if (!android::base::loadBuffer(stream, &mBuffers[i])) { in onLoadLocked()
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp227 android::base::loadBuffer(stream, &createdHandleBuffer); in load()
228 android::base::loadBuffer(stream, &apiTraceBuffer); in load()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp105 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/
DOpenglEsPipe.cpp254 android::base::loadBuffer(loadStream, &mDataForReading); in EmuglPipe()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp95 android::base::loadBuffer(stream, &m_drawBuffers); in FramebufferData()
DSaveableTexture.cpp549 loadBuffer(stream, &levelData[level].m_data); in loadFromStream()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp40 loadBuffer(stream, &mVal); in GLUniformDesc()