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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 38 virtual bool isStencilbuffer() const;
81 bool isStencilbuffer() const;
135 virtual bool isStencilbuffer() const;
156 bool isStencilbuffer() const;
171 bool isStencilbuffer() const;
Renderbuffer.cpp 42 bool Renderbuffer::isStencilbuffer() const
44 return mStorage->isStencilbuffer();
113 bool RenderbufferStorage::isStencilbuffer() const
371 bool DepthStencilbuffer::isStencilbuffer() const
436 bool Depthbuffer::isStencilbuffer() const
474 bool Stencilbuffer::isStencilbuffer() const
Framebuffer.cpp 216 if (rb != NULL && rb->isStencilbuffer())
libGLESv2.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog     [all...]

Completed in 177 milliseconds