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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h48 GLboolean depth_mask; variable
H A Dcontext_state_impl_autogen.h48 depth_mask = true;
112 glDepthMask(depth_mask);
258 params[0] = static_cast<GLint>(depth_mask);
582 params[0] = static_cast<GLfloat>(depth_mask);
H A Dgles2_cmd_decoder_unittest_base.h332 bool depth_mask,
H A Dgles2_cmd_decoder_unittest_base.cc602 bool depth_mask,
617 EXPECT_CALL(*gl_, DepthMask(depth_mask))
597 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, bool cull_face_enabled, bool scissor_test_enabled, bool blend_enabled) argument
H A Dgles2_cmd_decoder_autogen.h679 if (state_.depth_mask != flag) {
680 state_.depth_mask = flag;
H A Dgles2_cmd_decoder.cc3701 glDepthMask(state_.depth_mask && have_depth);
/external/linux-tools-perf/util/
H A Dhist.c355 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, argument
362 if (depth_mask & (1 << i))
373 int depth, int depth_mask, int period,
382 if (depth_mask & (1 << i))
419 int depth_mask, int left_margin)
424 int new_depth_mask = depth_mask;
461 ret += ipchain__fprintf_graph_line(fp, depth, depth_mask,
372 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
417 __callchain__fprintf_graph(FILE *fp, struct callchain_node *self, u64 total_samples, int depth, int depth_mask, int left_margin) argument

Completed in 177 milliseconds