Home | History | Annotate | Download | only in functional

Lines Matching refs:COORDTYPE_AFFINE

65 	COORDTYPE_AFFINE,		//!< texCoord = translateScaleRotateShear(position).
326 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
378 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
640 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
695 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
1085 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },