Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DWindowSurface.cpp104 unsigned int cbWidth = m_attachedColorBuffer->getWidth(); in setColorBuffer() local
107 if (cbWidth != m_width || cbHeight != m_height) { in setColorBuffer()
111 resizePbuffer(cbWidth, cbHeight); in setColorBuffer()
114 m_width = cbWidth; in setColorBuffer()