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

  /external/skia/tests/
GrPorterDuffTest.cpp 124 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage);
127 TEST_ASSERT(xpi.fIgnoresInputColor);
128 TEST_ASSERT(!xpi.fCompatibleWithCoverageAsAlpha);
129 TEST_ASSERT(kInvalid_OutputType == xpi.fPrimaryOutputType);
130 TEST_ASSERT(kInvalid_OutputType == xpi.fSecondaryOutputType);
131 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
132 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend);
133 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
134 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
137 TEST_ASSERT(!xpi.fIgnoresInputColor)
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 122 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage);
125 TEST_ASSERT(xpi.fIgnoresInputColor);
126 TEST_ASSERT(!xpi.fCompatibleWithCoverageAsAlpha);
127 TEST_ASSERT(kInvalid_OutputType == xpi.fPrimaryOutputType);
128 TEST_ASSERT(kInvalid_OutputType == xpi.fSecondaryOutputType);
129 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation);
130 TEST_ASSERT(kOne_GrBlendCoeff == xpi.fBlendInfo.fSrcBlend);
131 TEST_ASSERT(kZero_GrBlendCoeff == xpi.fBlendInfo.fDstBlend);
132 TEST_ASSERT(xpi.fBlendInfo.fWriteColor);
135 TEST_ASSERT(!xpi.fIgnoresInputColor)
    [all...]
  /external/clang/test/SemaTemplate/
implicit-instantiation-1.cpp 9 void test(X<int, int> *xii, X<int*, int> *xpi, X<int, int*> *xip) {
11 (void)xpi->f(0, 2);
  /art/test/661-checker-simd-reduc/src/
Main.java 396 int[] xpi = new int[M]; local
402 xpi[i] = k;
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 264 $self->{index} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
265 $self->{base} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/;
    [all...]

Completed in 1200 milliseconds