Searched refs:attrib_parser (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2400 ContextCreationAttribHelper attrib_parser; local
2401 if (!attrib_parser.Parse(attribs))
2406 attrib_parser.lose_context_when_out_of_memory;
2410 if (attrib_parser.fail_if_major_perf_caveat &&
2493 if (attrib_parser.samples > 0 && attrib_parser.sample_buffers > 0 &&
2500 offscreen_target_samples_ = std::min(attrib_parser.samples,
2505 offscreen_target_buffer_preserved_ = attrib_parser.buffer_preserved;
2514 offscreen_target_color_format_ = attrib_parser.alpha_size > 0 ?
2518 offscreen_target_color_format_ = attrib_parser
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc183 gpu::gles2::ContextCreationAttribHelper attrib_parser; local
184 attrib_parser.Parse(requested_attribs_);
189 attrib_parser.bind_generates_resource);
196 attrib_parser.bind_generates_resource);

Completed in 152 milliseconds