Searched refs:getMaxSupportedSamples (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.h186 virtual GLsizei getMaxSupportedSamples() const = 0;
H A DRenderer11.h130 virtual GLsizei getMaxSupportedSamples() const;
H A DRenderer9.h146 virtual GLsizei getMaxSupportedSamples() const;
H A DRenderer11.cpp2352 int Renderer11::getMaxSupportedSamples() const function in class:rx::Renderer11
H A DRenderer9.cpp2394 int Renderer9::getMaxSupportedSamples() const function in class:rx::Renderer9
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DContext.h370 GLsizei getMaxSupportedSamples() const;
H A DContext.cpp1345 GLsizei maxSamples = getMaxSupportedSamples();
1630 if (getMaxSupportedSamples() != 0)
2170 int Context::getMaxSupportedSamples() const function in class:gl::Context
2172 return mRenderer->getMaxSupportedSamples();
2599 if (getMaxSupportedSamples() != 0)
H A DlibGLESv2.cpp3623 if (context->getMaxSupportedSamples() != 0)
4877 samples > context->getMaxSupportedSamples())

Completed in 114 milliseconds