Home
last modified time | relevance | path

Searched refs:shaderConvention (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkRTShader.cpp57 ctx->shaderConvention = true; in onAppendStages()
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h174 bool shaderConvention; // if false, we're a colorfilter member
DSkColorFilter.cpp411 ctx->shaderConvention = false; in onAppendStages()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2577 if (c->shaderConvention) { in STAGE()