Searched defs:ContextGL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc27 gpu::gles2::GLES2Interface* ContextProviderMojo::ContextGL() { function in class:mojo::ContextProviderMojo
/external/chromium_org/cc/test/
H A Dtest_context_provider.cc77 gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() { function in class:cc::TestContextProvider
H A Dtest_in_process_context_provider.cc64 gpu::gles2::GLES2Interface* TestInProcessContextProvider::ContextGL() { function in class:cc::TestInProcessContextProvider
94 gles2::SetGLContext(context_provider->ContextGL());
104 gles2::SetGLContext(ContextGL());
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc110 gpu::gles2::GLES2Interface* ContextProviderCommandBuffer::ContextGL() { function in class:content::ContextProviderCommandBuffer
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.cc148 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
164 gpu::gles2::GLES2Interface* StreamTextureFactoryImpl::ContextGL() { function in class:content::StreamTextureFactoryImpl
165 return context_provider_->ContextGL();
H A Dstream_texture_factory_synchronous_impl.cc201 GLES2Interface* gl = context_provider_->ContextGL();
215 gpu::gles2::GLES2Interface* StreamTextureFactorySynchronousImpl::ContextGL() { function in class:content::StreamTextureFactorySynchronousImpl
217 return context_provider_->ContextGL();
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc129 ::gpu::gles2::GLES2Interface* ContextProviderInProcess::ContextGL() { function in class:webkit::gpu::ContextProviderInProcess
/external/chromium_org/cc/resources/
H A Dresource_provider.cc401 if (resource_provider->ContextGL())
553 GLES2Interface* gl = ContextGL();
637 GLES2Interface* gl = ContextGL();
643 GLES2Interface* gl = ContextGL();
649 GLES2Interface* gl = ContextGL();
655 GLES2Interface* gl = ContextGL();
665 GLES2Interface* gl = ContextGL();
687 GLES2Interface* gl = ContextGL();
727 GLES2Interface* gl = ContextGL();
844 GLES2Interface* gl = ContextGL();
2074 GLES2Interface* ResourceProvider::ContextGL() const { function in class:cc::ResourceProvider
[all...]

Completed in 2636 milliseconds