OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtractType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/util/
BlasUtil.h
154
typedef const XprType&
ExtractType
;
166
ExtractType
,
169
static inline
ExtractType
extract(const XprType& x) { return x; }
180
typedef typename Base::
ExtractType
ExtractType
;
186
static inline
ExtractType
extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
197
typedef typename Base::
ExtractType
ExtractType
;
198
static inline
ExtractType
extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
210
typedef typename Base::
ExtractType
ExtractType
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
utilities.cpp
470
GLenum
ExtractType
(GLenum internalformat)
Completed in 136 milliseconds