Searched refs:fInternalMultisampleCount (Results 1 – 4 of 4) sorted by relevance
70 fInternalMultisampleCount = 0; in GrCaps()158 fInternalMultisampleCount = options.fInternalMultisampleCount; in applyOptionsOverrides()263 writer->appendS32("Sample Count for Internal MSAA", fInternalMultisampleCount); in dumpJSON()
237 return std::min(fInternalMultisampleCount, this->maxRenderTargetSampleCount(format)); in internalMultisampleCount()599 int fInternalMultisampleCount; variable
114 ctxOptions->fInternalMultisampleCount = FLAGS_internalSamples; in SetCtxOptions()
250 int fInternalMultisampleCount = 4; member