Home | History | Annotate | Download | only in functional

Lines Matching refs:COORDTYPE_AFFINE

114 	COORDTYPE_AFFINE,		//!< texCoord = translateScaleRotateShear(position).
370 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
422 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
679 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
734 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
1319 case COORDTYPE_AFFINE: getAffineTexCoord3D (texCoord, cellNdx); break;
1372 case COORDTYPE_AFFINE: getAffineTexCoord3D (texCoord, cellNdx); break;
2402 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },