/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ShaderParser.cpp | 64 stream->putByte(LOAD_SHADER); in onSave() 77 stream->putByte(m_compileStatus); in onSave() 78 stream->putByte(m_deleteStatus); in onSave() 79 stream->putByte(m_valid); in onSave() 80 stream->putByte(m_coreProfile); in onSave()
|
D | ProgramData.cpp | 46 stream->putByte(mTranspose); in onSave() 295 stream->putByte(LOAD_PROGRAM); in onSave() 356 stream->putByte(ValidateStatus); in onSave() 357 stream->putByte(LinkStatus); in onSave() 359 stream->putByte(IsInUse); in onSave() 360 stream->putByte(DeleteStatus); in onSave() 362 stream->putByte(mGlesMajorVersion); in onSave() 363 stream->putByte(mGlesMinorVersion); in onSave()
|
D | GLESv2Context.cpp | 208 stream->putByte(m_attribute0valueChanged); in onSave() 211 stream->putByte(m_att0NeedsDisable); in onSave()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureData.cpp | 68 stream->putByte(hasStorage); in onSave() 69 stream->putByte(wasBound); in onSave() 70 stream->putByte(requiresAutoMipmap); in onSave() 71 stream->putByte(compressed); in onSave()
|
D | GLESpointer.cpp | 211 stream->putByte(m_enabled); in onSave() 212 stream->putByte(m_normalize); in onSave() 213 stream->putByte(m_attribType); in onSave() 220 stream->putByte(m_isInt); in onSave()
|
D | FramebufferData.cpp | 119 stream->putByte(attachPoint.owned); in onSave() 121 stream->putByte(m_dirty); in onSave() 122 stream->putByte(m_hasBeenBound); in onSave() 123 stream->putByte(m_hasDrawBuffers); in onSave()
|
D | GLESbuffer.cpp | 114 stream->putByte(m_wasBound); in onSave()
|
D | GLEScontext.cpp | 67 stream->putByte(isBindBase); in onSave() 119 stream->putByte(bufferBacked); in onSave() 120 stream->putByte(everBound); in onSave() 646 stream->putByte(m_initialized); in onSave() 672 stream->putByte(m_isViewport); in onSave() 681 stream->putByte(m_isScissor); in onSave() 690 stream->putByte(enableItem.second); in onSave() 704 stream->putByte(m_depthMask); in onSave() 711 stream->putByte(m_sampleCoverageInvert); in onSave()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | Stream.h | 45 void putByte(uint8_t value);
|
D | Stream.cpp | 23 void Stream::putByte(uint8_t value) { in putByte() function in gfxstream::guest::Stream 161 putByte(byte); in putPackedNum()
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | Stream.h | 49 void putByte(uint8_t value);
|
/hardware/google/aemu/base/ |
D | Stream.cpp | 23 void Stream::putByte(uint8_t value) { in putByte() function in android::base::Stream 155 putByte(byte); in putPackedNum()
|
D | CStream.cpp | 37 asBaseStream(stream)->putByte(static_cast<uint8_t>(v)); in stream_put_byte()
|
/hardware/google/gfxstream/include/render-utils/ |
D | IOStream.h | 91 stream->putByte(m_buf != nullptr); in save()
|
/hardware/google/aemu/host-common/ |
D | AndroidPipe.cpp | 94 stream->putByte(1); in writeOptionalString() 97 stream->putByte(0); in writeOptionalString() 541 stream->putByte(0); in saveToStream() 544 stream->putByte(1); in saveToStream()
|
D | address_space_device.cpp | 230 stream->putByte(1); in save() 234 stream->putByte(0); in save()
|
D | MultiDisplay.cpp | 758 s->putByte(pair.second.enabled); in onSave()
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | ChecksumCalculator.cpp | 154 stream->putByte(m_checksumSize); in save()
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | GLProcessPipe.cpp | 111 stream->putByte(m_hasData ? 1 : 0); in onSave()
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | BufferQueue.h | 209 stream->putByte(mClosed); in onSaveLocked()
|
/hardware/google/gfxstream/host/ |
D | RenderThread.cpp | 177 stream->putByte(1); in save() 180 stream->putByte(0); in save()
|
D | RendererImpl.cpp | 361 stream->putByte(mStopped); in save()
|
D | FrameBuffer.cpp | 2290 stream->putByte(m_guestManagedColorBufferLifetime); in onSave() 2295 s->putByte(pair.second.opened); in onSave()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 546 stream->putByte(allocated); in save()
|