Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dlow_rank_inverse_hessian.cc101 int next = indices_.size(); in Update()
106 next = indices_.front(); in Update()
107 indices_.pop_front(); in Update()
110 indices_.push_back(next); in Update()
126 const int num_corrections = indices_.size(); in RightMultiply()
129 for (std::list<int>::const_reverse_iterator it = indices_.rbegin(); in RightMultiply()
130 it != indices_.rend(); in RightMultiply()
176 for (std::list<int>::const_iterator it = indices_.begin(); in RightMultiply()
177 it != indices_.end(); in RightMultiply()
Dlow_rank_inverse_hessian.h102 std::list<int> indices_; variable
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dopen_gles20.h59 static const char indices_[]; variable
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/
DgluDrawUtil.hpp174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList()
178 , indices (indices_) in PrimitiveList()