context3d 4755 Source/core/dom/Document.cpp void Document::getCSSCanvasContext(const String& type, const String& name, int width, int height, bool& is2d, RefPtr<CanvasRenderingContext2D>& context2d, bool& is3d, RefPtr<WebGLRenderingContext>& context3d) context3d 4768 Source/core/dom/Document.cpp context3d = toWebGLRenderingContext(context); context3d 52 Source/core/html/canvas/WebGLBuffer.cpp void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 54 Source/core/html/canvas/WebGLBuffer.cpp context3d->deleteBuffer(object); context3d 547 Source/core/html/canvas/WebGLFramebuffer.cpp bool WebGLFramebuffer::onAccess(blink::WebGraphicsContext3D* context3d, const char** reason) context3d 562 Source/core/html/canvas/WebGLFramebuffer.cpp void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 565 Source/core/html/canvas/WebGLFramebuffer.cpp it->value->onDetached(context3d); context3d 567 Source/core/html/canvas/WebGLFramebuffer.cpp context3d->deleteFramebuffer(object); context3d 50 Source/core/html/canvas/WebGLObject.cpp void WebGLObject::deleteObject(blink::WebGraphicsContext3D* context3d) context3d 60 Source/core/html/canvas/WebGLObject.cpp if (!context3d) context3d 61 Source/core/html/canvas/WebGLObject.cpp context3d = getAWebGraphicsContext3D(); context3d 63 Source/core/html/canvas/WebGLObject.cpp if (context3d) context3d 64 Source/core/html/canvas/WebGLObject.cpp deleteObjectImpl(context3d, m_object); context3d 76 Source/core/html/canvas/WebGLObject.cpp void WebGLObject::onDetached(blink::WebGraphicsContext3D* context3d) context3d 81 Source/core/html/canvas/WebGLObject.cpp deleteObject(context3d); context3d 54 Source/core/html/canvas/WebGLProgram.cpp void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj) context3d 56 Source/core/html/canvas/WebGLProgram.cpp context3d->deleteProgram(obj); context3d 58 Source/core/html/canvas/WebGLProgram.cpp m_vertexShader->onDetached(context3d); context3d 62 Source/core/html/canvas/WebGLProgram.cpp m_fragmentShader->onDetached(context3d); context3d 161 Source/core/html/canvas/WebGLProgram.cpp void WebGLProgram::cacheActiveAttribLocations(blink::WebGraphicsContext3D* context3d) context3d 166 Source/core/html/canvas/WebGLProgram.cpp context3d->getProgramiv(object(), GL_ACTIVE_ATTRIBUTES, &numAttribs); context3d 170 Source/core/html/canvas/WebGLProgram.cpp context3d->getActiveAttrib(object(), i, info); context3d 171 Source/core/html/canvas/WebGLProgram.cpp m_activeAttribLocations[i] = context3d->getAttribLocation(object(), info.name.utf8().data()); context3d 55 Source/core/html/canvas/WebGLRenderbuffer.cpp void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 57 Source/core/html/canvas/WebGLRenderbuffer.cpp context3d->deleteRenderbuffer(object); context3d 58 Source/core/html/canvas/WebGLRenderbuffer.cpp deleteEmulatedStencilBuffer(context3d); context3d 61 Source/core/html/canvas/WebGLRenderbuffer.cpp void WebGLRenderbuffer::deleteEmulatedStencilBuffer(blink::WebGraphicsContext3D* context3d) context3d 65 Source/core/html/canvas/WebGLRenderbuffer.cpp m_emulatedStencilBuffer->deleteObject(context3d); context3d 61 Source/core/html/canvas/WebGLRenderbuffer.h void deleteEmulatedStencilBuffer(blink::WebGraphicsContext3D* context3d); context3d 53 Source/core/html/canvas/WebGLShader.cpp void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 55 Source/core/html/canvas/WebGLShader.cpp context3d->deleteShader(object); context3d 248 Source/core/html/canvas/WebGLTexture.cpp void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 250 Source/core/html/canvas/WebGLTexture.cpp context3d->deleteTexture(object); context3d 62 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) context3d 73 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp m_boundElementArrayBuffer->onDetached(context3d); context3d 78 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp state.bufferBinding->onDetached(context3d); context3d 2330 Source/core/testing/Internals.cpp blink::WebGraphicsContext3D* sharedContext = sharedProvider->context3d(); context3d 300 Source/platform/graphics/Canvas2DLayerBridge.cpp if (m_contextProvider->context3d()->isContextLost() || !m_isSurfaceValid) context3d 329 Source/platform/graphics/Canvas2DLayerBridge.cpp return m_contextProvider->context3d(); context3d 337 Source/platform/graphics/Canvas2DLayerBridge.cpp if (m_contextProvider->context3d()->isContextLost()) { context3d 361 Source/platform/graphics/Canvas2DLayerBridge.cpp sharedContext = m_contextProvider->context3d(); context3d 60 Source/platform/graphics/Canvas2DLayerBridgeTest.cpp MockWebGraphicsContext3DProvider(WebGraphicsContext3D* context3d) context3d 61 Source/platform/graphics/Canvas2DLayerBridgeTest.cpp : m_context3d(context3d) { } context3d 48 Source/platform/graphics/Canvas2DLayerManagerTest.cpp MockWebGraphicsContext3DProvider(blink::WebGraphicsContext3D* context3d) context3d 49 Source/platform/graphics/Canvas2DLayerManagerTest.cpp : m_context3d(context3d) { } context3d 164 Source/platform/graphics/ImageBuffer.cpp blink::WebGraphicsContext3D* sharedContext = provider->context3d(); context3d 225 Source/platform/graphics/ImageBuffer.cpp blink::WebGraphicsContext3D* context3D = provider->context3d(); context3d 426 Source/platform/graphics/gpu/DrawingBuffer.cpp blink::WebGraphicsContext3D* context = provider->context3d(); context3d 466 Source/web/WebMediaPlayerClientImpl.cpp WebGraphicsContext3D* context3D = provider->context3d(); context3d 45 public/platform/WebGraphicsContext3DProvider.h virtual WebGraphicsContext3D* context3d() = 0;