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

  /external/skia/src/gpu/effects/
GrRRectEffect.h 20 namespace GrRRectEffect {
GrRRectEffect.cpp 8 #include "GrRRectEffect.h"
125 fp = GrRRectEffect::Make(et, rrect, *d->caps()->shaderCaps());
474 fp = GrRRectEffect::Make(et, rrect, *d->caps()->shaderCaps());
671 std::unique_ptr<GrFragmentProcessor> GrRRectEffect::Make(GrClipEdgeType edgeType,
    [all...]
  /external/skqp/src/gpu/effects/
GrRRectEffect.h 20 namespace GrRRectEffect {
GrRRectEffect.cpp 8 #include "GrRRectEffect.h"
125 fp = GrRRectEffect::Make(et, rrect, *d->caps()->shaderCaps());
474 fp = GrRRectEffect::Make(et, rrect, *d->caps()->shaderCaps());
671 std::unique_ptr<GrFragmentProcessor> GrRRectEffect::Make(GrClipEdgeType edgeType,
    [all...]
  /external/skia/gm/
bigrrectaaeffect.cpp 14 #include "effects/GrRRectEffect.h"
81 auto fp = GrRRectEffect::Make(edgeType, rrect, caps);
rrects.cpp 13 #include "effects/GrRRectEffect.h"
110 auto fp = GrRRectEffect::Make(edgeType, rrect, caps);
  /external/skqp/gm/
bigrrectaaeffect.cpp 14 #include "effects/GrRRectEffect.h"
81 auto fp = GrRRectEffect::Make(edgeType, rrect, caps);
rrects.cpp 13 #include "effects/GrRRectEffect.h"
110 auto fp = GrRRectEffect::Make(edgeType, rrect, caps);
  /external/skia/src/gpu/
GrReducedClip.cpp 27 #include "effects/GrRRectEffect.h"
632 if (auto fp = GrRRectEffect::Make(GetClipEdgeType(invert, aa), deviceSpaceRRect, *fCaps)) {
    [all...]
GrRenderTargetContext.cpp 34 #include "effects/GrRRectEffect.h"
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 27 #include "effects/GrRRectEffect.h"
632 if (auto fp = GrRRectEffect::Make(GetClipEdgeType(invert, aa), deviceSpaceRRect, *fCaps)) {
    [all...]
GrRenderTargetContext.cpp 33 #include "effects/GrRRectEffect.h"
    [all...]

Completed in 639 milliseconds