OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:depth_clear
(Results
1 - 5
of
5
) 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
...]
/external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py
93
{'name': '
depth_clear
', 'type': 'GLclampf', 'default': '1.0f'},
[
all
...]
Completed in 756 milliseconds