Searched defs:getContextAttributes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp220 if (!m_impl->getContextAttributes().premultipliedAlpha) {
251 if (m_impl->getContextAttributes().premultipliedAlpha)
520 GraphicsContext3D::Attributes GraphicsContext3DInternal::getContextAttributes() function in class:WebCore::GraphicsContext3DInternal
522 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
1029 DELEGATE_TO_INTERNAL_R(getContextAttributes, GraphicsContext3D::Attributes)
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp736 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes() function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp509 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
1925 PassRefPtr<WebGLContextAttributes> WebGLRenderingContext::getContextAttributes() function in class:WebCore::__anon11825::WebGLRenderingContext
1931 return WebGLContextAttributes::create(m_context->getContextAttributes());
2858 if (!m_context->getContextAttributes().alpha) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1024 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes() function in class:WebCore::GraphicsContext3D

Completed in 543 milliseconds