Searched refs:depth_mask (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.h71 bool depth_mask,
H A Dcontext_state_autogen.h63 GLboolean depth_mask; variable
H A Dcontext_state_impl_autogen.h63 depth_mask = true;
485 params[0] = static_cast<GLint>(depth_mask);
826 params[0] = static_cast<GLfloat>(depth_mask);
H A Dgles2_cmd_decoder_unittest_drawing.cc80 bool depth_mask,
92 depth_mask_cmd.Init(depth_mask);
111 depth_mask, // depth mask
642 // Test all depth_mask combinations twice.
644 bool depth_mask = (i & 1) == 1; local
647 DirtyStateMaskTest(0x1010, depth_mask, 0xffffffff, 0xffffffff);
648 DirtyStateMaskTest(0x0101, depth_mask, 0xffffffff, 0xffffffff);
649 DirtyStateMaskTest(0x1010, depth_mask, 0xffffffff, 0xffffffff);
79 DirtyStateMaskTest(GLuint color_bits, bool depth_mask, GLuint front_stencil_mask, GLuint back_stencil_mask) argument
H A Dgles2_cmd_decoder_unittest_base.h357 bool depth_mask,
H A Dgles2_cmd_decoder_unittest_base.cc831 bool depth_mask,
843 SetupExpectationsForDepthMask(depth_mask);
826 SetupExpectationsForApplyingDirtyState( bool framebuffer_is_rgb, bool framebuffer_has_depth, bool framebuffer_has_stencil, GLuint color_bits, bool depth_mask, bool depth_enabled, GLuint front_stencil_mask, GLuint back_stencil_mask, bool stencil_enabled) argument
H A Dgles2_cmd_decoder_autogen.h641 if (state_.depth_mask != flag) {
642 state_.depth_mask = flag;
H A Dgles2_cmd_decoder.cc4031 state_.SetDeviceDepthMask(state_.depth_mask && have_depth);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c20 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, argument
27 if (depth_mask & (1 << i))
38 int depth, int depth_mask, int period,
47 if (depth_mask & (1 << i))
84 int depth_mask, int left_margin)
89 int new_depth_mask = depth_mask;
121 ret += ipchain__fprintf_graph_line(fp, depth, depth_mask,
37 ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, int depth, int depth_mask, int period, u64 total_samples, u64 hits, int left_margin) argument
82 __callchain__fprintf_graph(FILE *fp, struct rb_root *root, u64 total_samples, int depth, int depth_mask, int left_margin) argument
/external/kernel-headers/original/uapi/drm/
H A Dmga_drm.h368 unsigned int depth_mask; member in struct:drm_mga_clear
H A Dr128_drm.h257 unsigned int depth_mask; member in struct:drm_r128_clear
H A Dradeon_drm.h613 unsigned int depth_mask; /* misnamed field: should be stencil */ member in struct:drm_radeon_clear
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp235 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls",
H A Des2pRedundantStateChangeTests.cpp421 ADD_TESTCASE(depth_mask, "Toggle depth mask.",
H A Des2pStateChangeTests.cpp465 ADD_TESTCASE(depth_mask, "Toggle depth mask.",
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp270 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls",
H A Des3pRedundantStateChangeTests.cpp495 ADD_TESTCASE(depth_mask, "Toggle depth mask.",
H A Des3pStateChangeTests.cpp549 ADD_TESTCASE(depth_mask, "Toggle depth mask.",

Completed in 258 milliseconds