/device/generic/vulkan-cereal/stream-servers/ |
D | WindowSurface.cpp | 45 int p_width, in create() argument 56 if (!win->resize(p_width, p_height)) { in create() 140 bool WindowSurface::resize(unsigned int p_width, unsigned int p_height) in resize() argument 142 if (mSurface && mWidth == p_width && mHeight == p_height) { in resize() 172 EGL_WIDTH, (EGLint) p_width, EGL_HEIGHT, (EGLint) p_height, EGL_NONE, in resize() 183 mWidth = p_width; in resize()
|
D | FrameBuffer.h | 210 HandleType createWindowSurface(int p_config, int p_width, int p_height); 221 HandleType createColorBuffer(int p_width, int p_height, 227 void createColorBufferWithHandle(int p_width, int p_height, 599 FrameBuffer(int p_width, int p_height, bool useSubWindow); 622 HandleType createColorBufferLocked(int p_width, int p_height, 626 int p_width, int p_height, GLenum p_internalFormat,
|
D | ColorBuffer.cpp | 217 int p_width, in create() argument 238 const unsigned long bufsize = ((unsigned long)bytesPerPixel) * p_width in create() 257 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, p_internalFormat, p_width, p_height, in create() 276 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, p_internalFormat, p_width, p_height, in create() 290 cb->m_width = p_width; in create() 305 cb->m_resizer = new TextureResize(p_width, p_height); in create() 313 new YUVConverter(p_width, p_height, cb->m_frameworkFormat)); in create()
|
D | FrameBuffer.cpp | 965 FrameBuffer::FrameBuffer(int p_width, int p_height, bool useSubWindow) in FrameBuffer() argument 966 : m_framebufferWidth(p_width), in FrameBuffer() 968 m_windowWidth(p_width), in FrameBuffer() 1462 HandleType FrameBuffer::createColorBuffer(int p_width, in createColorBuffer() argument 1468 return createColorBufferLocked(p_width, p_height, p_internalFormat, in createColorBuffer() 1473 int p_width, in createColorBufferWithHandle() argument 1492 p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBufferWithHandle() 1505 HandleType FrameBuffer::createColorBufferLocked(int p_width, in createColorBufferLocked() argument 1512 p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBufferLocked() 1517 int p_width, in createColorBufferWithHandleLocked() argument [all …]
|
D | WindowSurface.h | 100 bool resize(unsigned int p_width, unsigned int p_height);
|
D | ColorBuffer.h | 138 int p_width,
|
/device/generic/goldfish-opengl/system/hals/ |
D | cb_handle_30.h | 30 int32_t p_width, in cb_handle_30_t() 46 p_width, in cb_handle_30_t()
|
/device/generic/goldfish-opengl/shared/gralloc_cb/include/ |
D | gralloc_cb_bp.h | 35 int32_t p_width, in cb_handle_t() 48 width(p_width), in cb_handle_t()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 730 int32_t p_width, in cb_handle_30_t() 745 p_width, in cb_handle_30_t()
|
D | gralloc_old.cpp | 86 int p_width, int p_height, in cb_handle_old_t() 93 p_width, in cb_handle_old_t()
|