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

  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 27 class BlendFormula {
44 BlendFormula() = default;
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation,
55 BlendFormula& operator=(const BlendFormula& other) {
61 bool operator==(const BlendFormula& other) const {
126 // The provided formula should already be optimized before a BlendFormula is constructed.
141 * Deduce the properties of a BlendFormula.
167 GR_STATIC_ASSERT(4 == sizeof(BlendFormula));
169 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties)
    [all...]
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 27 class BlendFormula {
44 BlendFormula() = default;
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation,
55 BlendFormula& operator=(const BlendFormula& other) {
61 bool operator==(const BlendFormula& other) const {
126 // The provided formula should already be optimized before a BlendFormula is constructed.
141 * Deduce the properties of a BlendFormula.
167 GR_STATIC_ASSERT(4 == sizeof(BlendFormula));
169 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties)
    [all...]

Completed in 888 milliseconds