OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_func
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
47
GLenum
depth_func
;
variable
context_state_impl_autogen.h
47
depth_func
= GL_LESS;
111
glDepthFunc(
depth_func
);
252
params[0] = static_cast<GLint>(
depth_func
);
576
params[0] = static_cast<GLfloat>(
depth_func
);
gles2_cmd_decoder_autogen.h
605
if (state_.
depth_func
!= func) {
606
state_.
depth_func
= func;
[
all
...]
Completed in 76 milliseconds