Searched refs:deleteTexture (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.cpp382 m_context->deleteTexture(m_colorTexture);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h270 virtual void deleteTexture(WebGLId) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h549 virtual void deleteTexture(blink::WebGLId id);
H A Dtest_web_graphics_context_3d.cc272 void TestWebGraphicsContext3D::deleteTexture(WebGLId id) { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h475 virtual void deleteTexture(WebGLId);
H A Dwebgraphicscontext3d_command_buffer_impl.cc1143 void WebGraphicsContext3DCommandBufferImpl::deleteTexture(WebGLId texture) { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_impl.cc681 web_graphics_context->deleteTexture(source_texture);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h383 virtual void deleteTexture(WebGLId) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h416 virtual void deleteTexture(WebGLId);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc1035 void WebGraphicsContext3DInProcessCommandBufferImpl::deleteTexture( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.idl511 [StrictTypeChecking] void deleteTexture(WebGLTexture texture);
H A DWebGLRenderingContext.h148 void deleteTexture(WebGLTexture*);
H A DWebGLRenderingContext.cpp1681 void WebGLRenderingContext::deleteTexture(WebGLTexture* texture) function in class:WebCore::WebGLRenderingContext
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp762 void Context::deleteTexture(GLuint texture) function in class:gl::Context
769 mResourceManager->deleteTexture(texture);
H A DlibGLESv2.cpp1892 context->deleteTexture(textures[i]);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc287 context->deleteTexture(texture);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext3D.cpp587 DELEGATE_TO_WEBCONTEXT_1(deleteTexture, Platform3DObject)
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc1627 context()->deleteTexture(other_texture);
1675 context()->deleteTexture(other_texture);
1696 context()->deleteTexture(texture);
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc751 virtual void deleteTexture(WebGLId) { function in class:cc::__anon4180::VisibilityChangeIsLastCallTrackingContext
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc2831 MOCK_METHOD1(deleteTexture, void(blink::WGC3Denum texture));
2924 EXPECT_CALL(*mock_context_, deleteTexture(1)).Times(1);

Completed in 381 milliseconds

12