Home
last modified time | relevance | path

Searched refs:ExtractType (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DBlasUtil.h154 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;
211 …static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
224 …typedef Transpose<const typename Base::_ExtractType> ExtractType; // const to get rid of a compil…
[all …]
/external/chromium_org/third_party/angle/src/libGLESv2/
Dutilities.h45 GLenum ExtractType(GLenum internalformat);
Dutilities.cpp470 GLenum ExtractType(GLenum internalformat) in ExtractType() function
DTexture.cpp1051 …if ((gl::ExtractType(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0)) == GL_FLOAT && !mRender… in isSamplerComplete()
1052 …(gl::ExtractType(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0) == GL_HALF_FLOAT_OES) && !mR… in isSamplerComplete()
DContext.cpp2318 *type = gl::ExtractType(renderbuffer->getActualFormat()); in getCurrentReadFormatType()
DlibGLESv2.cpp5742 GLenum type = gl::ExtractType(internalformat); in glTexStorage2DEXT()
/external/eigen/Eigen/src/Core/
DSolveTriangular.h55 typedef typename LhsProductTraits::ExtractType ActualLhsType;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DImage11.cpp354 … gl::ExtractType(mInternalFormat), mappedImage.RowPitch, false, 4, dataOffset); in copy()