Home | History | Annotate | Download | only in src

Lines Matching refs:WebGraphicsContext3D

48 #include "WebGraphicsContext3D.h"
70 // could sidestep it and go directly to the WebGraphicsContext3D in some
74 // WebGraphicsContext3D. This is done so we have a place to inject an
105 WebKit::WebGraphicsContext3D::Attributes webAttributes;
112 WebKit::WebGraphicsContext3D* webContext = WebKit::webKitClient()->createGraphicsContext3D();
133 WebKit::WebGraphicsContext3D* GraphicsContext3DInternal::extractWebGraphicsContext3D(GraphicsContext3D* context)
302 // WebGraphicsContext3D.
489 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
500 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
522 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
1152 class GraphicsContextLostCallbackAdapter : public WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback {