OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indicestype
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/
Transpositions.h
55
typedef typename Traits::
IndicesType
IndicesType
;
56
typedef typename
IndicesType
::Scalar Index;
97
const
IndicesType
& indices() const { return derived().indices(); }
99
IndicesType
& indices() { return derived().indices(); }
151
typedef Matrix<Index, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>
IndicesType
;
162
typedef typename Traits::
IndicesType
IndicesType
;
163
typedef typename
IndicesType
::Scalar Index;
207
const
IndicesType
& indices() const { return m_indices;
[
all
...]
PermutationMatrix.h
16
template<int RowCol,typename
IndicesType
,typename MatrixType, typename StorageKind> class PermutedImpl;
60
typedef typename Traits::
IndicesType
IndicesType
;
73
typedef PermutationMatrix<
IndicesType
::SizeAtCompileTime,
IndicesType
::MaxSizeAtCompileTime,Index>
136
const
IndicesType
& indices() const { return derived().indices(); }
138
IndicesType
& indices() { return derived().indices(); }
278
typedef Matrix<IndexType, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1>
IndicesType
;
290
typedef typename Traits::
IndicesType
IndicesType
;
[
all
...]
/frameworks/native/opengl/libagl/
array.cpp
765
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
787
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
814
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
841
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
870
const int type = (c->arrays.
indicesType
== GL_UNSIGNED_BYTE);
876
// where it duplicates the loop below based on c->arrays.
indicesType
909
if (ggl_likely(c->arrays.
indicesType
== GL_UNSIGNED_SHORT)) {
[
all
...]
context.h
205
GLenum
indicesType
;
Completed in 143 milliseconds