Home
last modified time | relevance | path

Searched refs:m_copyWriteBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp473 m_copyWriteBuffer = static_cast<GLuint>(stream->getBe32()); in GLEScontext()
656 stream->putBe32(m_copyWriteBuffer); in onSave()
1216 m_copyWriteBuffer = buffer; in bindBuffer()
1312 if (m_copyWriteBuffer == buffer) in unbindBuffer()
1313 m_copyWriteBuffer = 0; in unbindBuffer()
1356 return m_copyWriteBuffer != 0; in isBindedBuffer()
1389 return m_copyWriteBuffer; in getBuffer()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp91 m_copyWriteBuffer = 0; in init()
726 if (m_copyWriteBuffer == id) in unBindBuffer()
727 m_copyWriteBuffer = 0; in unBindBuffer()
770 m_copyWriteBuffer = id; in bindBuffer()
958 ret = m_copyWriteBuffer; in getBuffer()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h547 GLuint m_copyWriteBuffer = 0; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp367 bindBuffer(GL_COPY_WRITE_BUFFER, m_copyWriteBuffer); in postLoadRestoreCtx()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h629 GLuint m_copyWriteBuffer; variable