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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 349 if (std::find(synthetic_errors_.begin(), synthetic_errors_.end(), error) ==
350 synthetic_errors_.end()) {
351 synthetic_errors_.push_back(error);
648 if (!synthetic_errors_.empty()) {
649 std::vector<WGC3Denum>::iterator iter = synthetic_errors_.begin();
651 synthetic_errors_.erase(iter);
    [all...]
webgraphicscontext3d_in_process_command_buffer_impl.h 595 std::vector<WGC3Denum> synthetic_errors_; member in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 503 if (std::find(synthetic_errors_.begin(), synthetic_errors_.end(), error) ==
504 synthetic_errors_.end()) {
505 synthetic_errors_.push_back(error);
772 if (!synthetic_errors_.empty()) {
773 std::vector<WGC3Denum>::iterator iter = synthetic_errors_.begin();
775 synthetic_errors_.erase(iter);
    [all...]
webgraphicscontext3d_command_buffer_impl.h 713 std::vector<WGC3Denum> synthetic_errors_; member in class:content::WebGraphicsContext3DCommandBufferImpl

Completed in 277 milliseconds