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

1 2

  /external/chromium_org/cc/output/
program_binding.h 69 context_provider->ContextGL(),
77 vertex_shader_.Init(context_provider->ContextGL(),
79 fragment_shader_.Init(context_provider->ContextGL(),
83 if (!Link(context_provider->ContextGL())) {
context_provider.h 31 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
output_surface.cc 200 context_provider_->ContextGL()->DeleteQueriesEXT(1, &query_id);
205 context_provider_->ContextGL()->DeleteQueriesEXT(1, &query_id);
224 context_provider_->ContextGL()->DiscardBackbufferCHROMIUM();
236 context_provider_->ContextGL()->ResizeCHROMIUM(
249 context_provider_->ContextGL()->BindFramebuffer(GL_FRAMEBUFFER, 0);
294 context_provider_->ContextGL()->GetQueryObjectuivEXT(
300 context_provider_->ContextGL()->GetQueryObjectuivEXT(
337 context_provider_->ContextGL()->GenQueriesEXT(1, &gpu_latency_query_id);
340 context_provider_->ContextGL()->BeginQueryEXT(GL_LATENCY_QUERY_CHROMIUM,
342 context_provider_->ContextGL()->EndQueryEXT(GL_LATENCY_QUERY_CHROMIUM)
    [all...]
output_surface_unittest.cc 103 output_surface.context_provider()->ContextGL()->LoseContextCHROMIUM(
105 output_surface.context_provider()->ContextGL()->Flush();
160 context_provider_->ContextGL()->LoseContextCHROMIUM(
162 context_provider_->ContextGL()->Flush();
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 60 gpu::gles2::GLES2Interface* TestInProcessContextProvider::ContextGL() {
90 gles2::SetGLContext(context_provider->ContextGL());
100 gles2::SetGLContext(ContextGL());
test_in_process_context_provider.h 26 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
test_context_provider.h 32 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
  /external/chromium_org/android_webview/browser/
parent_output_surface.cc 22 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
  /external/chromium_org/cc/resources/
texture_mailbox_deleter.cc 23 context_provider->ContextGL()->WaitSyncPointCHROMIUM(sync_point);
24 context_provider->ContextGL()->DeleteTextures(1, &texture_id);
texture_mailbox_deleter_unittest.cc 25 context_provider->ContextGL()->GenTextures(1, &texture_id);
direct_raster_worker_pool.cc 190 DCHECK(context_provider_->ContextGL());
194 context_provider_->ContextGL()->PushGroupMarkerEXT(
211 context_provider_->ContextGL()->PopGroupMarkerEXT();
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 47 context_provider_->ContextGL()->DeleteTextures(
57 GLES2Interface* gl = context_provider_->ContextGL();
101 GLES2Interface* gl = context_provider_->ContextGL();
135 GLES2Interface* gl = context_provider_->ContextGL();
175 context_provider_->ContextGL()->DeleteTextures(1, &it->texture_id);
186 context_provider_->ContextGL()->DeleteTextures(1, &texture_id);
201 context_provider_->ContextGL()->Flush();
203 context_provider_->ContextGL()->InsertSyncPointCHROMIUM();
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_synchronous_impl.h 33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
57 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
stream_texture_factory.h 76 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
stream_texture_factory_impl.h 39 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
stream_texture_factory_impl.cc 144 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
160 gpu::gles2::GLES2Interface* StreamTextureFactoryImpl::ContextGL() {
161 return context_provider_->ContextGL();
stream_texture_factory_synchronous_impl.cc 196 GLES2Interface* gl = context_provider_->ContextGL();
210 gpu::gles2::GLES2Interface* StreamTextureFactorySynchronousImpl::ContextGL() {
212 return context_provider_->ContextGL();
  /external/chromium_org/content/browser/compositor/
gpu_browser_compositor_output_surface.cc 38 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
no_transport_image_transport_factory.cc 37 gl_helper_.reset(new GLHelper(context_provider_->ContextGL(),
image_transport_factory_browsertest.cc 57 context_factory->SharedMainThreadContextProvider()->ContextGL();
  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 25 gpu::gles2::GLES2Interface* ContextProviderMojo::ContextGL() {
context_provider_mojo.h 20 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
  /external/chromium_org/cc/layers/
texture_layer_impl_unittest.cc 24 impl.output_surface()->context_provider()->ContextGL()->GenMailboxCHROMIUM(
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 41 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 37 virtual ::gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;

Completed in 1524 milliseconds

1 2