HomeSort by relevance Sort by last modified time
    Searched defs:DepthStencilbuffer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 9 // DepthStencilbuffer, Depthbuffer and Stencilbuffer. Implements GL renderbuffer
126 class DepthStencilbuffer : public RenderbufferStorage
129 explicit DepthStencilbuffer(IDirect3DSurface9 *depthStencil);
130 DepthStencilbuffer(int width, int height, GLsizei samples);
132 ~DepthStencilbuffer();
143 DISALLOW_COPY_AND_ASSIGN(DepthStencilbuffer);
147 class Depthbuffer : public DepthStencilbuffer
162 class Stencilbuffer : public DepthStencilbuffer
Renderbuffer.cpp 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() cons
    [all...]

Completed in 69 milliseconds