Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:DepthStencilbuffer

306 DepthStencilbuffer::DepthStencilbuffer(IDirect3DSurface9 *depthStencil) : mDepthStencil(depthStencil)
322 DepthStencilbuffer::DepthStencilbuffer(int width, int height, GLsizei samples)
358 DepthStencilbuffer::~DepthStencilbuffer()
366 bool DepthStencilbuffer::isDepthbuffer() const
371 bool DepthStencilbuffer::isStencilbuffer() const
376 GLuint DepthStencilbuffer::getDepthSize() const
389 GLuint DepthStencilbuffer::getStencilSize() const
402 IDirect3DSurface9 *DepthStencilbuffer::getDepthStencil()
407 Depthbuffer::Depthbuffer(IDirect3DSurface9 *depthStencil) : DepthStencilbuffer(depthStencil)
417 Depthbuffer::Depthbuffer(int width, int height, GLsizei samples) : DepthStencilbuffer(width, height, samples)
441 Stencilbuffer::Stencilbuffer(IDirect3DSurface9 *depthStencil) : DepthStencilbuffer(depthStencil)
455 Stencilbuffer::Stencilbuffer(int width, int height, GLsizei samples) : DepthStencilbuffer(width, height, samples)