HomeSort by relevance Sort by last modified time
    Searched refs:Stencilbuffer (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 9 // DepthStencilbuffer, Depthbuffer and Stencilbuffer. Implements GL renderbuffer
162 class Stencilbuffer : public DepthStencilbuffer
165 explicit Stencilbuffer(IDirect3DSurface9 *depthStencil);
166 Stencilbuffer(int width, int height, GLsizei samples);
168 ~Stencilbuffer();
174 DISALLOW_COPY_AND_ASSIGN(Stencilbuffer);
Renderbuffer.cpp 8 // Colorbuffer, Depthbuffer and Stencilbuffer. Implements GL renderbuffer
441 Stencilbuffer::Stencilbuffer(IDirect3DSurface9 *depthStencil) : DepthStencilbuffer(depthStencil)
455 Stencilbuffer::Stencilbuffer(int width, int height, GLsizei samples) : DepthStencilbuffer(width, height, samples)
465 Stencilbuffer::~Stencilbuffer()
469 bool Stencilbuffer::isDepthbuffer() const
474 bool Stencilbuffer::isStencilbuffer() const
Framebuffer.h 25 class Stencilbuffer;
37 void setStencilbuffer(GLenum type, GLuint stencilbuffer);
Context.h 49 class Stencilbuffer;
libGLESv2.cpp     [all...]

Completed in 50 milliseconds