Searched refs:indices_ (Results 1 – 5 of 5) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | low_rank_inverse_hessian.cc | 101 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()
|
D | low_rank_inverse_hessian.h | 102 std::list<int> indices_; variable
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
D | open_gles20.h | 59 static const char indices_[]; variable
|
D | 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/ |
D | gluDrawUtil.hpp | 174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList() 178 , indices (indices_) in PrimitiveList()
|