/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_cc.c | 155 GLenum dstA = ctx->Color.Blend[0].DstA; 165 dstA = fix_xRGB_alpha(dstA); 173 srcA = dstA = GL_ONE; 180 cc->cc5.ia_dest_blend_factor = brw_translate_blend_factor(dstA); 186 dstA != dstRGB ||
|
gen6_cc.c | 103 GLenum dstA = ctx->Color.Blend[b].DstA; 110 srcA = dstA = GL_ONE; 117 blend[b].blend0.ia_dest_blend_factor = brw_translate_blend_factor(dstA); 123 dstA != dstRGB ||
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_allocation.cpp | 195 sp<Allocation> dstA = Allocation::createSized(rs, Element::F32(rs), cellCount); 208 dstA->copy1DRangeFrom(offset, count, srcA, offset); 209 dstA->copy1DTo(dst); 283 sp<Allocation> dstA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); 296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset); 297 dstA->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); 393 sp<Allocation> dstA = Allocation::createTyped(rs, typeBuilder.create()); 406 dstA->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, 408 dstA->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst);
|
/external/mesa3d/src/mesa/swrast/ |
s_blend.c | 133 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); 178 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); 216 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); 690 switch (ctx->Color.Blend[0].DstA) { 910 const GLenum dstA = ctx->Color.Blend[0].DstA; 935 else if (srcRGB != srcA || dstRGB != dstA) { [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 435 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems); 448 dstA.copy1DRangeFrom(offset, count, srcA, offset); 449 dstA.copyTo(dst); 459 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems); 472 dstA.copy1DRangeFrom(offset, count, srcA, offset); 473 dstA.copyTo(dst); 594 Allocation dstA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); 604 dstA.copy2DRangeFrom(xOffset, yOffset, width, height, srcA, xOffset, yOffset); 605 dstA.copyTo(dst); 620 Allocation dstA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()) [all...] |
ImageProcessingTest.java | 282 float dstR, dstG, dstB, dstA; 342 dstA = (0xFF & (dst >> 24)) * scale; 352 byte dstR, byte dstG, byte dstB, byte dstA) { 362 this.dstA = (0xFF & (dstA)) * scale; 366 s_dstA = (0xFF & (dstA)); 389 float r = (dstR * srcA + (1 - dstA) * srcR); 390 float g = (dstG * srcA + (1 - dstA) * srcG); 391 float b = (dstB * srcA + (1 - dstA) * srcB); 408 float a = (dstA * srcA) [all...] |
/external/deqp/framework/referencerenderer/ |
rrFragmentOperations.cpp | 603 const float dstA = dstColor.w(); 604 const float p0 = srcA*dstA; 605 const float p1 = srcA*(1.0f-dstA); 606 const float p2 = dstA*(1.0f-srcA); [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 112 unsigned dstA = blend->rt[0].alpha_dst_factor; 119 dstA != dstRGB || 129 DST_ABLND_FACT(i915_translate_blend_factor(dstA)) | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_state.c | 301 GLuint dstA = ctx->Color.Blend[0].DstA; 308 srcA = dstA = GL_ONE; 316 iab |= DST_ABLND_FACT(intel_translate_blend_factor(dstA)); 319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) 338 GLenum dstRGB, GLenum srcA, GLenum dstA) [all...] |
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 199 CvSubdiv2DPoint *orgB, *dstA; 209 dstA = cvSubdiv2DEdgeDst( edgeA ); 211 cvSubdiv2DSetEdgePoints( new_edge, dstA, orgB ); 225 CvSubdiv2DPoint *dstB, *dstA; 230 dstA = cvSubdiv2DEdgeDst( a ); 232 cvSubdiv2DSetEdgePoints( edge, dstA, dstB );
|
/external/skia/tests/ |
Matrix44Test.cpp | 200 SkMScalar dstA[4], dstB[4]; 203 dstA[i] = SkDoubleToMScalar(123456789); 207 mat.map2(src2, 1, dstA); 211 REPORTER_ASSERT(reporter, dstA[i] == dstB[i]); [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state.c | 59 unsigned dstRGB, unsigned dstA) 74 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR || 75 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || 76 dstA == PIPE_BLENDFACTOR_ONE); 80 unsigned dstRGB, unsigned dstA) 93 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || 94 dstA == PIPE_BLENDFACTOR_SRC_ALPHA || 95 dstA == PIPE_BLENDFACTOR_ONE); 99 unsigned dstRGB, unsigned dstA) 110 (dstA == PIPE_BLENDFACTOR_ONE) [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_state.c | 737 unsigned dstA = state->rt[j].alpha_dst_factor; 748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { 752 blend_cntl[i] |= S_028780_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA)); [all...] |
r600_state.c | 755 unsigned dstA = state->rt[j].alpha_dst_factor; 765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { 769 bc |= S_028804_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA)); [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.c | 166 unsigned dstA = state->rt[j].alpha_dst_factor; 183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { 187 blend_cntl |= S_028780_ALPHA_DESTBLEND(si_translate_blend_factor(dstA)); [all...] |
/external/skia/src/core/ |
SkXfermode.cpp | [all...] |