Searched refs:depth_func (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h62 depth_func = GL_LESS;
222 if ((depth_func != prev_state->depth_func))
223 glDepthFunc(depth_func);
327 glDepthFunc(depth_func);
479 params[0] = static_cast<GLint>(depth_func);
820 params[0] = static_cast<GLfloat>(depth_func);
H A Dcontext_state_autogen.h62 GLenum depth_func; variable
H A Dgles2_cmd_decoder_autogen.h628 if (state_.depth_func != func) {
629 state_.depth_func = func;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp63 ES2F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp58 void depth_func (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
384 {depth_func, "depth_func", "Invalid glDepthFunc() usage" },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp63 ES3F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp220 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
H A Des2pRedundantStateChangeTests.cpp380 ADD_TESTCASE(depth_func, "Change depth func.",
H A Des2pStateChangeTests.cpp419 ADD_TESTCASE(depth_func, "Change depth func.",
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp255 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
H A Des3pRedundantStateChangeTests.cpp454 ADD_TESTCASE(depth_func, "Change depth func.",
H A Des3pStateChangeTests.cpp503 ADD_TESTCASE(depth_func, "Change depth func.",

Completed in 2782 milliseconds