HomeSort by relevance Sort by last modified time
    Searched defs:multisample (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 76 // Create the depth/stencil and multisample buffers, if needed.
81 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound
84 bool multisample() const { return m_context && m_context->getContextAttributes().antialias && m_multisampleExtensionSupported; } function in class:WebCore::DrawingBuffer
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 396 int multisample = -1; local
398 multisample = 0;
400 multisample = Integer.parseInt(aaString.substring(0, aaString.indexOf('x')));
434 source.setSamples(multisample);

Completed in 393 milliseconds