Home
last modified time | relevance | path

Searched refs:front_face (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_sorter_unittest.cc78 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix); in TEST() local
81 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight); in TEST()
98 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix); in TEST() local
105 overlap_result = LayerSorter::CheckOverlap(&front_face, in TEST()
/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h51 front_face = GL_CCW; in Initialize()
114 glFrontFace(front_face); in InitState()
271 params[0] = static_cast<GLint>(front_face); in GetStateAsGLint()
595 params[0] = static_cast<GLfloat>(front_face); in GetStateAsGLfloat()
Dcontext_state_autogen.h51 GLenum front_face; variable
Dgles2_cmd_decoder_autogen.h756 if (state_.front_face != mode) { in HandleFrontFace()
757 state_.front_face = mode; in HandleFrontFace()