HomeSort by relevance Sort by last modified time
    Searched refs:COORDTYPE_AFFINE (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 64 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position).
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/gles3/accuracy/
es3aTextureMipmapTests.cpp 61 COORDTYPE_AFFINE, //!< texCoord = translateScaleRotateShear(position).
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/gles2/functional/
es2fTextureMipmapTests.cpp 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.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 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.
    [all...]

Completed in 62 milliseconds