OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilWritemask
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h
92
GLuint
stencilWritemask
;
124
GLuint
stencilWriteMask
;
Context.cpp
91
mState.depthStencil.
stencilWritemask
= -1;
447
void Context::setStencilWritemask(GLuint
stencilWritemask
)
449
mState.depthStencil.
stencilWritemask
=
stencilWritemask
;
[
all
...]
Context.h
214
void setStencilWritemask(GLuint
stencilWritemask
);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderStateCache.cpp
305
dsDesc.
StencilWriteMask
= gl_d3d11::ConvertStencilMask(dsState.
stencilWritemask
);
Renderer11.cpp
710
if (depthStencilState.
stencilWritemask
!= depthStencilState.stencilBackWritemask ||
[
all
...]
Renderer9.cpp
[
all
...]
Completed in 282 milliseconds