Searched refs:m_height (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | WindowSurface.cpp | 36 m_height(0), in WindowSurface() 74 win->m_height = p_height; in create() 107 if (cbWidth != m_width || cbHeight != m_height) { in setColorBuffer() 115 m_height = cbHeight; in setColorBuffer() 145 if (!m_width && !m_height) return; in blitToColorBuffer() 148 m_attachedColorBuffer->getHeight() != m_height) { in blitToColorBuffer()
|
D | ColorBuffer.h | 33 GLuint getHeight() const { return m_height; } in getHeight() 53 GLuint m_height; variable
|
D | ColorBuffer.cpp | 91 cb->m_height = p_height; in create() 189 0, 0, m_width, m_height, 0); in blitFromCurrentReadBuffer() 197 0, 0, m_width, m_height, 0); in blitFromCurrentReadBuffer() 219 s_gl.glViewport(0, 0, m_width, m_height); in blitFromCurrentReadBuffer() 363 s_gl.glReadPixels(0, 0, m_width, m_height, in readback()
|
D | FrameBuffer.h | 60 int getHeight() const { return m_height; } in getHeight() 113 int m_height; variable
|
D | WindowSurface.h | 59 GLuint m_height; variable
|
D | FrameBuffer.cpp | 357 m_height(p_height), in FrameBuffer() 393 m_fbImage = (unsigned char*)malloc(4 * m_width * m_height); in setPostCallback() 858 m_onPost(m_onPostContext, m_width, m_height, -1, in post()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglSurface.h | 41 void setDim(int width,int height){ m_width = width; m_height = height;}; in setDim() 60 m_height(height), in EglSurface() 70 EGLint m_height; variable
|
D | EglPbufferSurface.cpp | 26 m_height = val; in setAttrib() 57 *val = m_height; in getAttrib()
|
D | EglPixmapSurface.cpp | 49 *val = m_height; in getAttrib()
|
D | EglWindowSurface.cpp | 50 *val = m_height; in getAttrib()
|
D | EglPbufferSurface.h | 37 *height = m_height; in getDim()
|