Home
last modified time | relevance | path

Searched refs:m_pixelUnpackBuffer (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp73 m_pixelUnpackBuffer = 0; in init()
453 if (m_pixelUnpackBuffer == id) in unBindBuffer()
454 m_pixelUnpackBuffer = 0; in unBindBuffer()
497 m_pixelUnpackBuffer = id; in bindBuffer()
641 ret = m_pixelUnpackBuffer; in getBuffer()
DGLClientState.h468 GLuint m_pixelUnpackBuffer; variable