OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depth_clear
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
40
GLclampf
depth_clear
;
variable
context_state_impl_autogen.h
40
depth_clear
= 1.0f;
106
glClearDepth(
depth_clear
);
225
params[0] = static_cast<GLint>(
depth_clear
);
549
params[0] = static_cast<GLfloat>(
depth_clear
);
gles2_cmd_decoder_autogen.h
270
if (state_.
depth_clear
!= depth) {
271
state_.
depth_clear
= depth;
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
Completed in 46 milliseconds