OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_stencil_front_writemask
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state.h
157
if (
cached_stencil_front_writemask
== mask && !ignore_cached_state)
159
cached_stencil_front_writemask
= mask;
context_state_autogen.h
90
GLuint
cached_stencil_front_writemask
;
variable
context_state_impl_autogen.h
120
cached_stencil_front_writemask
= 0xFFFFFFFFU;
283
if ((
cached_stencil_front_writemask
!=
284
prev_state->
cached_stencil_front_writemask
))
285
glStencilMaskSeparate(GL_FRONT,
cached_stencil_front_writemask
);
352
glStencilMaskSeparate(GL_FRONT,
cached_stencil_front_writemask
);
[
all
...]
Completed in 231 milliseconds