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

  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.cc 74 layout_.push_back(new CellInfo(values + pos));
88 STLDeleteContainerPointers(layout_.begin(), layout_.end());
107 return layout_[row_block_id];
block_random_access_sparse_matrix.cc 91 layout_[IntPairToLong(it->first, it->second)] =
105 layout_[IntPairToLong(row_block_id, col_block_id)]->values - values;
121 for (LayoutType::iterator it = layout_.begin();
122 it != layout_.end();
135 layout_.find(IntPairToLong(row_block_id, col_block_id));
136 if (it == layout_.end()) {
block_random_access_diagonal_matrix.h 84 vector<CellInfo*> layout_; member in class:ceres::internal::BlockRandomAccessDiagonalMatrix
block_random_access_sparse_matrix.h 98 LayoutType layout_; member in class:ceres::internal::BlockRandomAccessSparseMatrix
  /external/deqp/framework/opengl/
gluVarType.cpp 259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
260 : layout (layout_)
gluVarType.hpp 258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);

Completed in 81 milliseconds