HomeSort by relevance Sort by last modified time
    Searched refs:GLSurface (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 251 scoped_refptr<gfx::GLSurface> surface,
263 // GPU thread must be the same as client thread due to GLSurface not being
349 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(params.size);
351 surface_ = gfx::GLSurface::CreateViewGLSurface(params.window);
355 LOG(ERROR) << "Could not create GLSurface.";
async_pixel_transfer_manager_share_group.cc 89 scoped_refptr<gfx::GLSurface> surface_;
103 surface_ = gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
105 LOG(ERROR) << "Unable to create GLSurface";
async_pixel_transfer_manager_egl.cc 125 scoped_refptr<gfx::GLSurface> surface_;
gles2_cmd_decoder.cc 569 virtual bool Initialize(const scoped_refptr<gfx::GLSurface>& surface,
577 const scoped_refptr<gfx::GLSurface>& surface) OVERRIDE;
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 92 scoped_refptr<gfx::GLSurface> surface) {
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 320 gfx::GLSurface::InitializeOneOff();
gl_helper_unittests.cc     [all...]
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 275 std::string extensions = gfx::GLSurface::GetExtensions();
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 110 gfx::GLSurface::InitializeOneOff();
  /external/chromium_org/ui/gl/
gl_surface_glx.cc 212 // For initialization of display_ in GLSurface::InitializeOneOff before
616 std::string extensions = GLSurface::GetExtensions();
  /external/chromium_org/content/child/npapi/
plugin_host.cc 68 if (!gfx::GLSurface::InitializeOneOff()) {
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 78 if (gfx::GLSurface::InitializeOneOff()) {
    [all...]

Completed in 404 milliseconds

1 2 34