Home
last modified time | relevance | path

Searched refs:gEffect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Druntimefunctions.cpp42 sk_sp<SkRuntimeEffect> gEffect = variable
44 SkASSERT(gEffect); variable
50 auto shader = gEffect->makeShader(SkData::MakeWithCopy(&inputColor, sizeof(inputColor)),
/third_party/skia/bench/
H A DColorFilterBench.cpp205 static sk_sp<SkRuntimeEffect> gEffect =
207 return gEffect->makeColorFilter(SkData::MakeEmpty());
210 static sk_sp<SkRuntimeEffect> gEffect =
212 return gEffect->makeColorFilter(SkData::MakeWithCopy(gColorMatrix, sizeof(gColorMatrix)));

Completed in 1 milliseconds