Lines Matching refs:p_height
559 FrameBuffer::FrameBuffer(int p_width, int p_height, gfxstream::host::FeatureSet features, bool useS… in FrameBuffer() argument
562 m_framebufferHeight(p_height), in FrameBuffer()
564 m_windowHeight(p_height), in FrameBuffer()
578 mDisplayConfigs[0] = {p_width, p_height, 160, 160};
1133 int p_height, in createColorBuffer() argument
1141 return createColorBufferWithHandleLocked(p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBuffer()
1145 void FrameBuffer::createColorBufferWithHandle(int p_width, int p_height, GLenum p_internalFormat, in createColorBufferWithHandle() argument
1162 createColorBufferWithHandleLocked(p_width, p_height, p_internalFormat, p_frameworkFormat, in createColorBufferWithHandle()
1167 HandleType FrameBuffer::createColorBufferWithHandleLocked(int p_width, int p_height, in createColorBufferWithHandleLocked() argument
1172 ColorBuffer::create(m_emulationGl.get(), m_emulationVk, p_width, p_height, p_internalFormat, in createColorBufferWithHandleLocked()
1178 << " height:" << p_height; in createColorBufferWithHandleLocked()
3147 HandleType FrameBuffer::createEmulatedEglWindowSurface(int p_config, int p_width, int p_height) { in createEmulatedEglWindowSurface() argument
3159 m_emulationGl->createEmulatedEglWindowSurface(p_config, p_width, p_height, handle); in createEmulatedEglWindowSurface()