Home
last modified time | relevance | path

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

/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/skia/tools/flags/
DCommonFlagsGpu.cpp114 ctxOptions->fInternalMultisampleCount = FLAGS_internalSamples; in SetCtxOptions()
/third_party/skia/include/gpu/
DGrContextOptions.h250 int fInternalMultisampleCount = 4; member