HomeSort by relevance Sort by last modified time
    Searched refs:Context3d (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.cc 18 blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() { function in class:webkit::gpu::WebGraphicsContext3DProviderImpl
19 return provider_->Context3d();
context_provider_in_process.h 26 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
35 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
51 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
context_provider_in_process.cc 42 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
44 if (!context3d)
46 return new ContextProviderInProcess(context3d.Pass(), debug_name);
65 scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d,
67 : context3d_(context3d.Pass()),
113 blink::WebGraphicsContext3D* ContextProviderInProcess::Context3d() {
  /external/chromium_org/content/browser/aura/
gpu_browser_compositor_output_surface.cc 33 context_provider_->Context3d());
37 context_provider_->Context3d()->shallowFlushCHROMIUM();
no_transport_image_transport_factory.cc 22 texture_(context_provider_->Context3d()->createTexture()) {}
33 context_provider_->Context3d()->deleteTexture(texture_);
78 gl_helper_.reset(new GLHelper(context_provider_->Context3d(),
gpu_process_transport_factory.cc 306 WGC3DCBI* context = static_cast<WGC3DCBI*>(provider->Context3d());
350 gl_helper_.reset(new GLHelper(provider->Context3d(),
361 return provider->Context3d()->insertSyncPoint();
369 provider->Context3d()->waitSyncPoint(sync_point);
reflector_impl.cc 91 new GLHelper(output_surface->context_provider()->Context3d(),
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.h 30 virtual blink::WebGraphicsContext3D* Context3d() = 0;
55 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
stream_texture_factory_android.h 78 virtual blink::WebGraphicsContext3D* Context3d() = 0;
stream_texture_factory_android_impl.h 36 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
stream_texture_factory_android_synchronous_impl.cc 157 blink::WebGraphicsContext3D* context = context_provider_->Context3d();
176 blink::WebGraphicsContext3D* context = context_provider_->Context3d();
189 StreamTextureFactorySynchronousImpl::Context3d() {
191 return context_provider_->Context3d();
stream_texture_factory_android_impl.cc 140 blink::WebGraphicsContext3D* StreamTextureFactoryImpl::Context3d() {
  /external/chromium_org/cc/resources/
texture_mailbox_deleter_unittest.cc 22 unsigned texture_id = context_provider->Context3d()->createTexture();
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 46 context_provider_->Context3d()->deleteTexture(
56 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
65 context3d->waitSyncPoint(current_backing_.sync_point);
70 context3d->deleteTexture(texture.texture_id);
75 current_backing_.texture_id = context3d->createTexture();
77 context3d->bindTexture(GL_TEXTURE_2D, current_backing_.texture_id);
78 context3d->texParameteri(
80 context3d->texParameteri(
82 context3d->texParameteri
106 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
140 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
    [all...]
compositor_output_surface.cc 125 context_provider_->Context3d());
129 context_provider_->Context3d()->shallowFlushCHROMIUM();
  /external/chromium_org/cc/output/
context_provider.h 32 virtual blink::WebGraphicsContext3D* Context3d() = 0;
output_surface.cc 330 context_provider_->Context3d()->deleteQueryEXT(query_id);
335 context_provider_->Context3d()->deleteQueryEXT(query_id);
366 context_provider_->Context3d()->reshapeWithScaleFactor(
379 context_provider_->Context3d()->bindFramebuffer(GL_FRAMEBUFFER, 0);
424 context_provider_->Context3d()->getQueryObjectuivEXT(
430 context_provider_->Context3d()->getQueryObjectuivEXT(
467 gpu_latency_query_id = context_provider_->Context3d()->createQueryEXT();
470 context_provider_->Context3d()->beginQueryEXT(GL_LATENCY_QUERY_CHROMIUM,
472 context_provider_->Context3d()->endQueryEXT(GL_LATENCY_QUERY_CHROMIUM);
delegating_renderer.cc 158 context_provider->Context3d()->flush();
output_surface_unittest.cc 145 output_surface.context_provider()->Context3d()->loseContextCHROMIUM(
200 context_provider_->Context3d()->loseContextCHROMIUM(
  /external/chromium_org/cc/test/
test_context_provider.h 34 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
test_context_provider.cc 95 blink::WebGraphicsContext3D* TestContextProvider::Context3d() {
118 // TODO(danakj): Make a test GrContext that works with a test Context3d.
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 30 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
34 virtual WebGraphicsContext3DCommandBufferImpl* Context3d() OVERRIDE;
56 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
context_provider_command_buffer.cc 40 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
42 if (!context3d)
45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name);
49 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
51 : context3d_(context3d.Pass()),
74 WebGraphicsContext3DCommandBufferImpl* context3d ALLOW_UNUSED =
105 ContextProviderCommandBuffer::Context3d() {
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 82 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE {
83 return context_provider_->Context3d();
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 67 context_provider_->Context3d()->shallowFlushCHROMIUM();
84 context_provider_->Context3d());

Completed in 184 milliseconds

1 2