Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DWindowSurface.cpp45 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()
DFrameBuffer.h210 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,
DColorBuffer.cpp217 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()
DFrameBuffer.cpp965 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 …]
DWindowSurface.h100 bool resize(unsigned int p_width, unsigned int p_height);
DColorBuffer.h138 int p_width,
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h30 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/
Dgralloc_cb_bp.h35 int32_t p_width, in cb_handle_t()
48 width(p_width), in cb_handle_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp730 int32_t p_width, in cb_handle_30_t()
745 p_width, in cb_handle_30_t()
Dgralloc_old.cpp86 int p_width, int p_height, in cb_handle_old_t()
93 p_width, in cb_handle_old_t()