Home
last modified time | relevance | path

Searched refs:depth_func (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h47 depth_func = GL_LESS; in Initialize()
111 glDepthFunc(depth_func); in InitState()
252 params[0] = static_cast<GLint>(depth_func); in GetStateAsGLint()
576 params[0] = static_cast<GLfloat>(depth_func); in GetStateAsGLfloat()
Dcontext_state_autogen.h47 GLenum depth_func; variable
Dgles2_cmd_decoder_autogen.h605 if (state_.depth_func != func) { in HandleDepthFunc()
606 state_.depth_func = func; in HandleDepthFunc()