Searched defs:COORDTYPE_AFFINE (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp64 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position). enumerator in enum:deqp::gles2::Accuracy::CoordType
333 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
596 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
685 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp65 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position). enumerator in enum:deqp::gles2::Functional::CoordType
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.
1083 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp61 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position). enumerator in enum:deqp::gles3::Accuracy::CoordType
326 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break;
585 DE_ASSERT(m_coordType != COORDTYPE_AFFINE); // Not supported.
674 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp114 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position). enumerator in enum:deqp::gles3::Functional::CoordType
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.
1315 case COORDTYPE_AFFINE: getAffineTexCoord3D (texCoord, cellNdx); break;
1368 case COORDTYPE_AFFINE: getAffineTexCoord3D (texCoord, cellNdx); break;
2398 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },

Completed in 227 milliseconds