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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 101 // create a multisample FBO
102 if (multisample()) {
116 if (multisample())
127 if (multisample())
137 if (multisample())
225 // resize multisample FBO
226 if (multisample()) {
255 if (!multisample())
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/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 129 if (multisample())
182 if (multisample()) {
  /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 771 milliseconds