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

1 2 3

  /external/chromium_org/cc/resources/
scoped_gpu_raster.cc 25 GLES2Interface* gl = context_provider_->ContextGL();
39 GLES2Interface* gl = context_provider_->ContextGL();
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);
  /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 199 context_provider_->ContextGL()->DeleteQueriesEXT(1, &query_id);
204 context_provider_->ContextGL()->DeleteQueriesEXT(1, &query_id);
223 context_provider_->ContextGL()->DiscardBackbufferCHROMIUM();
235 context_provider_->ContextGL()->ResizeCHROMIUM(
248 context_provider_->ContextGL()->BindFramebuffer(GL_FRAMEBUFFER, 0);
292 context_provider_->ContextGL()->GetQueryObjectuivEXT(
298 context_provider_->ContextGL()->GetQueryObjectuivEXT(
336 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 102 output_surface.context_provider()->ContextGL()->LoseContextCHROMIUM(
104 output_surface.context_provider()->ContextGL()->Flush();
159 context_provider_->ContextGL()->LoseContextCHROMIUM(
161 context_provider_->ContextGL()->Flush();
  /external/chromium_org/content/browser/renderer_host/test/
no_transport_image_transport_factory_android.cc 26 gl_helper_.reset(new GLHelper(context_provider_->ContextGL(),
  /external/chromium_org/content/browser/compositor/
buffer_queue.cc 28 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
34 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
40 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
103 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
131 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
150 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
gpu_surfaceless_browser_compositor_output_surface.cc 44 context_provider_->ContextGL()->ScheduleOverlayPlaneCHROMIUM(
image_transport_factory_browsertest.cc 57 context_factory->SharedMainThreadContextProvider()->ContextGL();
  /external/chromium_org/android_webview/browser/
parent_output_surface.cc 22 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 50 context_provider_->ContextGL()->DeleteTextures(
60 GLES2Interface* gl = context_provider_->ContextGL();
104 GLES2Interface* gl = context_provider_->ContextGL();
138 GLES2Interface* gl = context_provider_->ContextGL();
178 context_provider_->ContextGL()->DeleteTextures(1, &it->texture_id);
189 context_provider_->ContextGL()->DeleteTextures(1, &texture_id);
204 context_provider_->ContextGL()->Flush();
206 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 148 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
164 gpu::gles2::GLES2Interface* StreamTextureFactoryImpl::ContextGL() {
165 return context_provider_->ContextGL();
stream_texture_factory_synchronous_impl.cc 201 GLES2Interface* gl = context_provider_->ContextGL();
215 gpu::gles2::GLES2Interface* StreamTextureFactorySynchronousImpl::ContextGL() {
217 return context_provider_->ContextGL();
  /external/chromium_org/cc/test/
test_in_process_context_provider.cc 64 gpu::gles2::GLES2Interface* TestInProcessContextProvider::ContextGL() {
94 gles2::SetGLContext(context_provider->ContextGL());
104 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/content/browser/compositor/test/
no_transport_image_transport_factory.cc 46 gl_helper_.reset(new GLHelper(context_provider_->ContextGL(),
  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 27 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 27 impl.output_surface()->context_provider()->ContextGL()->GenMailboxCHROMIUM(

Completed in 504 milliseconds

1 2 3