Home
last modified time | relevance | path

Searched refs:context3d (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLObject.cpp52 void WebGLObject::deleteObject(blink::WebGraphicsContext3D* context3d) in deleteObject() argument
62 if (!context3d) in deleteObject()
63 context3d = getAWebGraphicsContext3D(); in deleteObject()
65 if (context3d) in deleteObject()
66 deleteObjectImpl(context3d, m_object); in deleteObject()
95 void WebGLObject::onDetached(blink::WebGraphicsContext3D* context3d) in onDetached() argument
100 deleteObject(context3d); in onDetached()
DWebGLProgram.cpp69 void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj) in deleteObjectImpl() argument
71 context3d->deleteProgram(obj); in deleteObjectImpl()
73 m_vertexShader->onDetached(context3d); in deleteObjectImpl()
77 m_fragmentShader->onDetached(context3d); in deleteObjectImpl()
170 void WebGLProgram::cacheActiveAttribLocations(blink::WebGraphicsContext3D* context3d) in cacheActiveAttribLocations() argument
175 context3d->getProgramiv(object(), GL_ACTIVE_ATTRIBUTES, &numAttribs); in cacheActiveAttribLocations()
179 context3d->getActiveAttrib(object(), i, info); in cacheActiveAttribLocations()
180 … m_activeAttribLocations[i] = context3d->getAttribLocation(object(), info.name.utf8().data()); in cacheActiveAttribLocations()
DWebGLRenderbuffer.cpp65 void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject o… in deleteObjectImpl() argument
67 context3d->deleteRenderbuffer(object); in deleteObjectImpl()
68 deleteEmulatedStencilBuffer(context3d); in deleteObjectImpl()
71 void WebGLRenderbuffer::deleteEmulatedStencilBuffer(blink::WebGraphicsContext3D* context3d) in deleteEmulatedStencilBuffer() argument
75 m_emulatedStencilBuffer->deleteObject(context3d); in deleteEmulatedStencilBuffer()
DWebGLVertexArrayObjectOES.cpp76 void WebGLVertexArrayObjectOES::dispatchDetached(blink::WebGraphicsContext3D* context3d) in dispatchDetached() argument
79 m_boundElementArrayBuffer->onDetached(context3d); in dispatchDetached()
84 state.bufferBinding->onDetached(context3d); in dispatchDetached()
88 void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3D… in deleteObjectImpl() argument
94 context3d->deleteVertexArrayOES(object); in deleteObjectImpl()
105 dispatchDetached(context3d); in deleteObjectImpl()
107 dispatchDetached(context3d); in deleteObjectImpl()
DWebGLShader.cpp59 void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) in deleteObjectImpl() argument
61 context3d->deleteShader(object); in deleteObjectImpl()
DWebGLBuffer.cpp60 void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) in deleteObjectImpl() argument
62 context3d->deleteBuffer(object); in deleteObjectImpl()
DWebGLRenderbuffer.h62 void deleteEmulatedStencilBuffer(blink::WebGraphicsContext3D* context3d);
DWebGLFramebuffer.cpp548 bool WebGLFramebuffer::onAccess(blink::WebGraphicsContext3D* context3d, const char** reason) in onAccess() argument
563 void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject ob… in deleteObjectImpl() argument
574 it->value->onDetached(context3d); in deleteObjectImpl()
577 context3d->deleteFramebuffer(object); in deleteObjectImpl()
DWebGLTexture.cpp254 void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object) in deleteObjectImpl() argument
256 context3d->deleteTexture(object); in deleteObjectImpl()
/external/chromium_org/webkit/common/gpu/
Dgrcontext_for_webgraphicscontext3d.cc41 WebGraphicsContext3DImpl* context3d) { in GrContextForWebGraphicsContext3D() argument
42 if (!context3d) in GrContextForWebGraphicsContext3D()
47 gles2::SetGLContext(context3d->GetGLInterface()); in GrContextForWebGraphicsContext3D()
49 context3d->createGrGLInterface()); in GrContextForWebGraphicsContext3D()
55 reinterpret_cast<GrGLInterfaceCallbackData>(context3d); in GrContextForWebGraphicsContext3D()
Dcontext_provider_in_process.cc42 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d, in Create() argument
44 if (!context3d) in Create()
46 return new ContextProviderInProcess(context3d.Pass(), debug_name); in Create()
67 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d, in ContextProviderInProcess() argument
69 : context3d_(context3d.Pass()), in ContextProviderInProcess()
Dcontext_provider_in_process.h26 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d, in NON_EXPORTED_BASE()
52 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d, in NON_EXPORTED_BASE()
Dgrcontext_for_webgraphicscontext3d.h24 WebGraphicsContext3DImpl* context3d);
/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.cc40 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d, in Create() argument
42 if (!context3d) in Create()
45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name); in Create()
49 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d, in ContextProviderCommandBuffer() argument
51 : context3d_(context3d.Pass()), in ContextProviderCommandBuffer()
Dcontext_provider_command_buffer.h31 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d, in NON_EXPORTED_BASE()
57 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d, in NON_EXPORTED_BASE()
/external/chromium_org/cc/resources/
Dvideo_resource_updater_unittest.cc23 scoped_ptr<TestWebGraphicsContext3D> context3d = in VideoResourceUpdaterTest() local
25 context3d_ = context3d.get(); in VideoResourceUpdaterTest()
28 FakeOutputSurface::Create3d(context3d.Pass()); in VideoResourceUpdaterTest()
Draster_worker_pool_unittest.cc269 TestWebGraphicsContext3D* context3d = context_provider_->TestContext3d(); in Create3dOutputSurfaceAndResourceProvider() local
270 context3d->set_support_sync_query(true); in Create3dOutputSurfaceAndResourceProvider()
335 TestWebGraphicsContext3D* context3d = context_provider_->TestContext3d(); in TEST_P() local
336 context3d->set_times_map_image_chromium_succeeds(0); in TEST_P()
337 context3d->set_times_map_buffer_chromium_succeeds(0); in TEST_P()
/external/chromium_org/ui/compositor/test/
Din_process_context_factory.cc53 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d( in CreateOutputSurface() local
56 CHECK(context3d); in CreateOutputSurface()
60 ContextProviderInProcess::Create(context3d.Pass(), "UICompositor"); in CreateOutputSurface()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp121 …ASSERT(mailboxInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost()… in ~Canvas2DLayerBridge()
307 if (!m_isSurfaceValid || m_contextProvider->context3d()->isContextLost()) in freeReleasedMailbox()
336 return m_contextProvider ? m_contextProvider->context3d() : 0; in context()
344 if (m_contextProvider->context3d()->isContextLost()) { in checkSurfaceValid()
369 sharedContext = m_contextProvider->context3d(); in restoreSurface()
494 bool contextLost = !m_isSurfaceValid || m_contextProvider->context3d()->isContextLost(); in mailboxReleased()
DCanvas2DLayerBridgeTest.cpp59 MockWebGraphicsContext3DProvider(WebGraphicsContext3D* context3d) in MockWebGraphicsContext3DProvider() argument
60 : m_context3d(context3d) { } in MockWebGraphicsContext3DProvider()
62 WebGraphicsContext3D* context3d() in context3d() function in __anon384964510111::MockWebGraphicsContext3DProvider
DCanvas2DLayerManagerTest.cpp48 MockWebGraphicsContext3DProvider(WebGraphicsContext3D* context3d) in MockWebGraphicsContext3DProvider() argument
49 : m_context3d(context3d) { } in MockWebGraphicsContext3DProvider()
51 WebGraphicsContext3D* context3d() in context3d() function in __anon134bf5bf0111::MockWebGraphicsContext3DProvider
DImageBuffer.cpp180 WebGraphicsContext3D* sharedContext = provider->context3d(); in copyToPlatformTexture()
240 WebGraphicsContext3D* context3D = provider->context3d(); in copyRenderingResultsFromDrawingBuffer()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3DProvider.h46 virtual WebGraphicsContext3D* context3d() = 0;
/external/chromium_org/content/renderer/
Dwebgraphicscontext3d_provider_impl.cc17 blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() { in context3d() function in content::WebGraphicsContext3DProviderImpl
Dwebgraphicscontext3d_provider_impl.h29 virtual blink::WebGraphicsContext3D* context3d() OVERRIDE; in NON_EXPORTED_BASE()

12