OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cached_depth_mask
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
64
GLboolean
cached_depth_mask
;
variable
context_state.h
149
if (
cached_depth_mask
== mask && !ignore_cached_state)
151
cached_depth_mask
= mask;
context_state_impl_autogen.h
64
cached_depth_mask
= true;
192
if ((
cached_depth_mask
!= prev_state->
cached_depth_mask
))
193
glDepthMask(
cached_depth_mask
);
277
glDepthMask(
cached_depth_mask
);
[
all
...]
Completed in 79 milliseconds