OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractType
(Results
1 - 8
of
8
) 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.h
45
GLenum
ExtractType
(GLenum internalformat);
utilities.cpp
470
GLenum
ExtractType
(GLenum internalformat)
Texture.cpp
1051
if ((gl::
ExtractType
(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0)) == GL_FLOAT && !mRenderer->getFloat32TextureSupport(&filtering, &renderable)) ||
1052
(gl::
ExtractType
(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0) == GL_HALF_FLOAT_OES) && !mRenderer->getFloat16TextureSupport(&filtering, &renderable)))
[
all
...]
Context.cpp
[
all
...]
libGLESv2.cpp
[
all
...]
/external/eigen/Eigen/src/Core/
SolveTriangular.h
55
typedef typename LhsProductTraits::
ExtractType
ActualLhsType;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp
354
gl::
ExtractType
(mInternalFormat), mappedImage.RowPitch, false, 4, dataOffset);
Completed in 82 milliseconds