Lines Matching refs:p_width
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
1525 ColorBufferPtr cb(ColorBuffer::create(getDisplay(), p_width, p_height, in createColorBufferWithHandleLocked()
1654 int p_width, in createWindowSurface() argument
1667 getDisplay(), config->getEglConfig(), p_width, p_height, ret)); in createWindowSurface()