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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
WebGLLayerChromium.cpp 111 m_premultipliedAlpha = m_context->getContextAttributes().premultipliedAlpha;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 84 bool multisample() const { return m_context && m_context->getContextAttributes().antialias && m_multisampleExtensionSupported; }
DrawingBuffer.cpp 111 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes();
150 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes();
208 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes();
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 220 if (!m_impl->getContextAttributes().premultipliedAlpha) {
251 if (m_impl->getContextAttributes().premultipliedAlpha)
520 GraphicsContext3D::Attributes GraphicsContext3DInternal::getContextAttributes()
522 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
    [all...]
GraphicsContext3DInternal.h 142 GraphicsContext3D::Attributes getContextAttributes();
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 231 virtual Attributes getContextAttributes() = 0;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 146 PassRefPtr<WebGLContextAttributes> getContextAttributes();
WebGLRenderingContext.idl 530 [StrictTypeChecking] WebGLContextAttributes getContextAttributes();
    [all...]
WebGLRenderingContext.cpp 509 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 668 Attributes getContextAttributes();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 736 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 1457 milliseconds