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

  /external/chromium_org/third_party/skia/src/gpu/
GrBlend.cpp 142 GrBlendCoeff spoofedCoeff = swap_coeff_src_dst(*dstCoeff);
143 GrColor dstTermColor = simplify_blend_term(&spoofedCoeff,
147 *dstCoeff = swap_coeff_src_dst(spoofedCoeff);
  /external/skia/src/gpu/
GrBlend.cpp 142 GrBlendCoeff spoofedCoeff = swap_coeff_src_dst(*dstCoeff);
143 GrColor dstTermColor = simplify_blend_term(&spoofedCoeff,
147 *dstCoeff = swap_coeff_src_dst(spoofedCoeff);

Completed in 464 milliseconds