Searched defs:depth_mask (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h48 GLboolean depth_mask; variable
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
/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 354 milliseconds