Home
last modified time | relevance | path

Searched defs:multisample (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.h84 …bool multisample() const { return m_context && m_context->getContextAttributes().antialias && m_mu… in multisample() function
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
DSettingsDialog.java396 int multisample = -1; in verifyAndSaveCurrentSelection() local