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

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 19 bool polygon_offset_fill; member in struct:EnableFlags
client_context_state_impl_autogen.h 18 polygon_offset_fill(false),
55 if (enable_flags.polygon_offset_fill != enabled) {
57 enable_flags.polygon_offset_fill = enabled;
104 *enabled = enable_flags.polygon_offset_fill;
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 19 bool polygon_offset_fill; member in struct:EnableFlags
context_state_impl_autogen.h 18 polygon_offset_fill(false),
90 EnableDisable(GL_POLYGON_OFFSET_FILL, enable_flags.polygon_offset_fill);
150 return enable_flags.polygon_offset_fill;
457 params[0] = static_cast<GLint>(enable_flags.polygon_offset_fill);
781 params[0] = static_cast<GLfloat>(enable_flags.polygon_offset_fill);
gles2_cmd_decoder_autogen.h     [all...]

Completed in 199 milliseconds