HomeSort by relevance Sort by last modified time
    Searched defs:ContextGL (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 27 gpu::gles2::GLES2Interface* ContextProviderMojo::ContextGL() {
  /external/chromium_org/cc/test/
test_context_provider.cc 77 gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() {
test_in_process_context_provider.cc 64 gpu::gles2::GLES2Interface* TestInProcessContextProvider::ContextGL() {
94 gles2::SetGLContext(context_provider->ContextGL());
104 gles2::SetGLContext(ContextGL());
  /external/chromium_org/content/renderer/media/android/
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/content/common/gpu/client/
context_provider_command_buffer.cc 110 gpu::gles2::GLES2Interface* ContextProviderCommandBuffer::ContextGL() {
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 129 ::gpu::gles2::GLES2Interface* ContextProviderInProcess::ContextGL() {
  /external/chromium_org/cc/resources/
resource_provider.cc 401 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();
    [all...]

Completed in 168 milliseconds