OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencil_clear
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
41
GLint
stencil_clear
;
variable
context_state_impl_autogen.h
41
stencil_clear
= 0;
107
glClearStencil(
stencil_clear
);
231
params[0] = static_cast<GLint>(
stencil_clear
);
555
params[0] = static_cast<GLfloat>(
stencil_clear
);
gles2_cmd_decoder_autogen.h
280
if (state_.
stencil_clear
!= s) {
281
state_.
stencil_clear
= s;
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
Completed in 38 milliseconds