OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStencilbufferType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp
35
mStencilbufferType
= GL_NONE;
88
mStencilbufferType
= (stencilbuffer != 0) ? type : GL_NONE;
109
if (mStencilbufferPointer.id() == texture && IsInternalTextureTarget(
mStencilbufferType
))
111
mStencilbufferType
= GL_NONE;
133
if (mStencilbufferPointer.id() == renderbuffer &&
mStencilbufferType
== GL_RENDERBUFFER)
135
mStencilbufferType
= GL_NONE;
244
return
mStencilbufferType
;
293
if (
mStencilbufferType
!= GL_NONE)
485
if (
mStencilbufferType
!= GL_NONE)
499
if (
mStencilbufferType
== GL_RENDERBUFFER
[
all
...]
Framebuffer.h
84
GLenum
mStencilbufferType
;
Completed in 242 milliseconds