Home
last modified time | relevance | path

Searched refs:fInternalMultisampleCount (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.cpp63 fInternalMultisampleCount = 0; in GrCaps()
128 fInternalMultisampleCount = options.fInternalMultisampleCount; in applyOptionsOverrides()
221 fInternalMultisampleCount); in dumpJSON()
DGrCaps.h183 return SkTMin(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
536 int fInternalMultisampleCount; variable
/third_party/skia/src/gpu/
DGrCaps.cpp70 fInternalMultisampleCount = 0; in GrCaps()
158 fInternalMultisampleCount = options.fInternalMultisampleCount; in applyOptionsOverrides()
263 writer->appendS32("Sample Count for Internal MSAA", fInternalMultisampleCount); in dumpJSON()
DGrCaps.h237 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()
599 int fInternalMultisampleCount; variable
/third_party/flutter/skia/include/gpu/
DGrContextOptions.h205 int fInternalMultisampleCount = 4; member
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp114 ctxOptions->fInternalMultisampleCount = FLAGS_internalSamples; in SetCtxOptions()
/third_party/skia/include/gpu/
DGrContextOptions.h250 int fInternalMultisampleCount = 4; member
/third_party/flutter/skia/tools/viewer/
DViewer.cpp311 displayParams.fGrContextOptions.fInternalMultisampleCount = FLAGS_internalSamples;