Home
last modified time | relevance | path

Searched defs:p_width (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DWindowSurface.cpp47 WindowSurface *WindowSurface::create(int p_config, int p_width, int p_height) in create()
177 bool WindowSurface::resizePbuffer(unsigned int p_width, unsigned int p_height) in resizePbuffer()
DFrameBuffer.cpp362 FrameBuffer::FrameBuffer(int p_width, int p_height) : in FrameBuffer()
412 int p_width, int p_height, float zRot) in setupSubWindow()
490 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height, in createColorBuffer()
528 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface()
DColorBuffer.cpp27 ColorBuffer *ColorBuffer::create(int p_width, int p_height, in create()