Searched defs:graphicsContext3D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h316 GraphicsContext3D* graphicsContext3D() const { return m_context.get(); } function in class:WebCore::WebGLRenderingContext
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.cpp68 void getDrawingParameters(DrawingBuffer* drawingBuffer, WebKit::WebGraphicsContext3D* graphicsContext3D, argument
77 *width = graphicsContext3D->width();
78 *height = graphicsContext3D->height();

Completed in 109 milliseconds