Searched refs:ExtractType (Results 1 – 8 of 8) sorted by relevance
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;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 …]
45 GLenum ExtractType(GLenum internalformat);
470 GLenum ExtractType(GLenum internalformat) in ExtractType() function
1051 …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()
2318 *type = gl::ExtractType(renderbuffer->getActualFormat()); in getCurrentReadFormatType()
5742 GLenum type = gl::ExtractType(internalformat); in glTexStorage2DEXT()
55 typedef typename LhsProductTraits::ExtractType ActualLhsType;
354 … gl::ExtractType(mInternalFormat), mappedImage.RowPitch, false, 4, dataOffset); in copy()