Home
last modified time | relevance | path

Searched defs:p_height (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()
173 bool WindowSurface::resizePbuffer(unsigned int p_width, unsigned int p_height) in resizePbuffer()
DFrameBuffer.cpp355 FrameBuffer::FrameBuffer(int p_width, int p_height) : in FrameBuffer()
405 int p_width, int p_height, float zRot) in setupSubWindow()
483 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height, in createColorBuffer()
521 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface()
DColorBuffer.cpp26 ColorBuffer *ColorBuffer::create(int p_width, int p_height, in create()