Home
last modified time | relevance | path

Searched refs:putByte (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.cpp64 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()
DProgramData.cpp46 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()
DGLESv2Context.cpp208 stream->putByte(m_attribute0valueChanged); in onSave()
211 stream->putByte(m_att0NeedsDisable); in onSave()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureData.cpp68 stream->putByte(hasStorage); in onSave()
69 stream->putByte(wasBound); in onSave()
70 stream->putByte(requiresAutoMipmap); in onSave()
71 stream->putByte(compressed); in onSave()
DGLESpointer.cpp211 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()
DFramebufferData.cpp119 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()
DGLESbuffer.cpp114 stream->putByte(m_wasBound); in onSave()
DGLEScontext.cpp67 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/
DStream.h45 void putByte(uint8_t value);
DStream.cpp23 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/
DStream.h49 void putByte(uint8_t value);
/hardware/google/aemu/base/
DStream.cpp23 void Stream::putByte(uint8_t value) { in putByte() function in android::base::Stream
155 putByte(byte); in putPackedNum()
DCStream.cpp37 asBaseStream(stream)->putByte(static_cast<uint8_t>(v)); in stream_put_byte()
/hardware/google/gfxstream/include/render-utils/
DIOStream.h91 stream->putByte(m_buf != nullptr); in save()
/hardware/google/aemu/host-common/
DAndroidPipe.cpp94 stream->putByte(1); in writeOptionalString()
97 stream->putByte(0); in writeOptionalString()
541 stream->putByte(0); in saveToStream()
544 stream->putByte(1); in saveToStream()
Daddress_space_device.cpp230 stream->putByte(1); in save()
234 stream->putByte(0); in save()
DMultiDisplay.cpp758 s->putByte(pair.second.enabled); in onSave()
/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculator.cpp154 stream->putByte(m_checksumSize); in save()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp111 stream->putByte(m_hasData ? 1 : 0); in onSave()
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h209 stream->putByte(mClosed); in onSaveLocked()
/hardware/google/gfxstream/host/
DRenderThread.cpp177 stream->putByte(1); in save()
180 stream->putByte(0); in save()
DRendererImpl.cpp361 stream->putByte(mStopped); in save()
DFrameBuffer.cpp2290 stream->putByte(m_guestManagedColorBufferLifetime); in onSave()
2295 s->putByte(pair.second.opened); in onSave()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp546 stream->putByte(allocated); in save()