Searched refs:numColorSamples (Results 1 – 11 of 11) sorted by relevance
260 int numColorSamples() const { return fRenderTarget->numColorSamples(); } in numColorSamples() function
70 int numColorSamples() const { in numColorSamples() function
145 rt->numColorSamples()); in draw()178 rt->numColorSamples()); in draw()
58 SkASSERT(fDesc.fSampleCnt == this->asRenderTarget()->numColorSamples()); in validateDesc()
227 drawContext->numColorSamples())); in draw_path_with_mask_filter()
1911 fRenderTarget->numColorSamples()); in EXPERIMENTAL_drawPicture()1923 fRenderTarget->numColorSamples()); in EXPERIMENTAL_drawPicture()
73 int sampleCount = rt->numColorSamples(); in onNewSurface()
243 int colorSamples = this->numColorSamples(); in getAttachmentsDescriptor()
246 int numSamples = pipeline.getRenderTarget()->numColorSamples(); in setup_multisample_state()
2063 fDevManager->getGrRenderTarget()->numColorSamples() > 0) { in updateTitle()2065 fDevManager->getGrRenderTarget()->numColorSamples()); in updateTitle()
172 smallMSAART0->asRenderTarget()->numColorSamples() < 8) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()