HomeSort by relevance Sort by last modified time
    Searched refs:depth_func (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 47 GLenum depth_func; variable
context_state_impl_autogen.h 47 depth_func = GL_LESS;
111 glDepthFunc(depth_func);
252 params[0] = static_cast<GLint>(depth_func);
576 params[0] = static_cast<GLfloat>(depth_func);
gles2_cmd_decoder_autogen.h 669 if (state_.depth_func != func) {
670 state_.depth_func = func;
    [all...]

Completed in 615 milliseconds