Searched defs:p_width (Results 1 – 3 of 3) sorted by relevance
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | WindowSurface.cpp | 47 WindowSurface *WindowSurface::create(int p_config, int p_width, int p_height) in create() 253 bool WindowSurface::resizePbuffer(unsigned int p_width, unsigned int p_height) in resizePbuffer()
|
D | FrameBuffer.cpp | 347 FrameBuffer::FrameBuffer(int p_width, int p_height) : in FrameBuffer() 374 int p_width, int p_height, float zRot) in setupSubWindow() 452 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height, in createColorBuffer() 489 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface()
|
D | ColorBuffer.cpp | 26 ColorBuffer *ColorBuffer::create(int p_width, int p_height, in create()
|