Searched refs:getNearestSupportedSamples (Results 1 – 6 of 6) sorted by relevance
45 int supportedSamples = mRenderer->getNearestSupportedSamples(requestedFormat, samples); in RenderTarget9()
202 int supportedSamples = mRenderer->getNearestSupportedSamples(requestedFormat, samples); in RenderTarget11()
147 int getNearestSupportedSamples(D3DFORMAT format, int requested) const;
131 int getNearestSupportedSamples(DXGI_FORMAT format, unsigned int requested) const;
2460 int Renderer9::getNearestSupportedSamples(D3DFORMAT format, int requested) const in getNearestSupportedSamples() function in rx::Renderer9
2373 int Renderer11::getNearestSupportedSamples(DXGI_FORMAT format, unsigned int requested) const in getNearestSupportedSamples() function in rx::Renderer11