OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:front_face
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h
51
GLenum
front_face
;
variable
context_state_impl_autogen.h
51
front_face
= GL_CCW;
114
glFrontFace(
front_face
);
271
params[0] = static_cast<GLint>(
front_face
);
595
params[0] = static_cast<GLfloat>(
front_face
);
gles2_cmd_decoder_autogen.h
756
if (state_.
front_face
!= mode) {
757
state_.
front_face
= mode;
[
all
...]
/external/chromium_org/cc/trees/
layer_sorter_unittest.cc
78
LayerShape
front_face
(2.f, 2.f, perspective_matrix * front_face_matrix);
81
LayerSorter::CheckOverlap(&
front_face
, &left_face, z_threshold, &weight);
98
LayerShape
front_face
(2.f, 2.f, perspective_matrix * front_face_matrix);
105
overlap_result = LayerSorter::CheckOverlap(&
front_face
,
Completed in 109 milliseconds