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

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 48 GLboolean depth_mask; variable
context_state_impl_autogen.h 48 depth_mask = true;
112 glDepthMask(depth_mask);
258 params[0] = static_cast<GLint>(depth_mask);
582 params[0] = static_cast<GLfloat>(depth_mask);
gles2_cmd_decoder_unittest_base.h 332 bool depth_mask,
gles2_cmd_decoder_unittest_base.cc 602 bool depth_mask,
617 EXPECT_CALL(*gl_, DepthMask(depth_mask))
    [all...]
gles2_cmd_decoder_autogen.h 679 if (state_.depth_mask != flag) {
680 state_.depth_mask = flag;
    [all...]
gles2_cmd_decoder.cc     [all...]
  /external/linux-tools-perf/util/
hist.c 355 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask,
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,

Completed in 304 milliseconds