Searched refs:colorA (Results 26 - 34 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1559 unsigned colorA = SkGetPackedA32(color); local
1560 if (255 == colorA) {
1565 unsigned scale = 256 - SkAlpha255To256(colorA);
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp354 unsigned colorA = SkGetPackedA32(color); local
355 if (255 == colorA) {
358 unsigned scale = 256 - SkAlpha255To256(colorA);
H A DSkBlitRow_opts_arm_neon.cpp1461 unsigned colorA = SkGetPackedA32(color); local
1462 if (255 == colorA) {
1467 unsigned scale = 256 - SkAlpha255To256(colorA);
/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp703 deUint32 colorA = alpha0 | rgb; local
716 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp652 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); local
656 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
690 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); local
699 tcu::fillWithGrid(access, de::max(1, baseCellSize>>level), colorA, colorB);
746 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); local
749 tcu::fillWithGrid(tcu::getSubregion(levelAccess, 0, 0, layer, levelAccess.getWidth(), levelAccess.getHeight(), 1), de::max(1, baseCellSize>>level), colorA, colorB);
776 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); local
780 tcu::fillWithGrid(m_texture3D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
H A Des3fTextureUnitTests.cpp890 deUint32 colorA = alpha | rgb; local
911 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp452 const tcu::Vec4 colorA (0.0f, 1.0f, 0.0f, 1.0f);
458 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (colorA) : (colorB);
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits) argument
99 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed &&
100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen &&
101 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp621 const Vec4 colorA = lookup<float>(level, sampler, x0, coordY, 0); local
624 if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))

Completed in 214 milliseconds

12