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

  /external/skia/include/gpu/
GrBlend.h 52 enum GrBlendCoeff {
79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) {
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) {
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) {
94 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
98 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff,
108 GrBlendCoeff dstCoeff)
    [all...]
  /external/skqp/include/gpu/
GrBlend.h 52 enum GrBlendCoeff {
79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) {
84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) {
89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) {
94 static constexpr bool GrBlendCoeffsUseSrcColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
98 static constexpr bool GrBlendCoeffsUseDstColor(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff,
108 GrBlendCoeff dstCoeff)
    [all...]

Completed in 123 milliseconds