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

  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.cc 101 int next = indices_.size();
106 next = indices_.front();
107 indices_.pop_front();
110 indices_.push_back(next);
126 const int num_corrections = indices_.size();
129 for (std::list<int>::const_reverse_iterator it = indices_.rbegin();
130 it != indices_.rend();
176 for (std::list<int>::const_iterator it = indices_.begin();
177 it != indices_.end();
low_rank_inverse_hessian.h 102 std::list<int> indices_; member in class:ceres::internal::LowRankInverseHessian
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.h 59 static const char indices_[]; member in class:webrtc::OpenGles20
open_gles20.mm 24 const char OpenGles20::indices_[] = {0, 3, 2, 0, 2, 1};
161 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices_);
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
178 , indices (indices_)

Completed in 4110 milliseconds