Searched refs:indices_ (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dlow_rank_inverse_hessian.cc101 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();
H A Dlow_rank_inverse_hessian.h102 std::list<int> indices_; member in class:ceres::internal::LowRankInverseHessian
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.h59 static const char indices_[]; member in class:webrtc::OpenGles20
H A Dopen_gles20.mm24 const char OpenGles20::indices_[] = {0, 3, 2, 0, 2, 1};
161 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices_);
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) argument
178 , indices (indices_)

Completed in 128 milliseconds