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.cpp60 m_pixelUnpackBuffer = 0; in init()
350 if (m_pixelUnpackBuffer == id) in unBindBuffer()
351 m_pixelUnpackBuffer = 0; in unBindBuffer()
392 m_pixelUnpackBuffer = id; in bindBuffer()
488 ret = m_pixelUnpackBuffer; in getBuffer()
DGLClientState.h440 GLuint m_pixelUnpackBuffer; variable