OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStencilbuffer
(Results
1 - 4
of
4
) 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
...]
Completed in 31 milliseconds