OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createoffscreenglsurface
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_mac.cc
55
scoped_refptr<GLSurface> GLSurface::
CreateOffscreenGLSurface
(
57
TRACE_EVENT0("gpu", "GLSurface::
CreateOffscreenGLSurface
");
gl_surface_x11.cc
302
scoped_refptr<GLSurface> GLSurface::
CreateOffscreenGLSurface
(
304
TRACE_EVENT0("gpu", "GLSurface::
CreateOffscreenGLSurface
");
gl_surface_win.cc
257
scoped_refptr<GLSurface> GLSurface::
CreateOffscreenGLSurface
(
259
TRACE_EVENT0("gpu", "GLSurface::
CreateOffscreenGLSurface
");
gl_surface.h
105
static scoped_refptr<GLSurface>
CreateOffscreenGLSurface
(
gl_surface_egl.cc
741
GLSurface::
CreateOffscreenGLSurface
(const gfx::Size& size) {
/external/chromium_org/gpu/config/
gpu_info_collector.cc
25
gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1)));
27
LOG(ERROR) << "gfx::GLContext::
CreateOffscreenGLSurface
failed";
/external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc
141
surface_ = gfx::GLSurface::
CreateOffscreenGLSurface
(options.size);
220
gfx::GLSurface::
CreateOffscreenGLSurface
(size));
/external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc
40
surface = gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1));
/external/chromium_org/content/gpu/
gpu_main.cc
337
gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1)));
339
VLOG(1) << "gfx::GLSurface::
CreateOffscreenGLSurface
failed";
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
298
gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1));
/external/chromium_org/gpu/gles2_conform_support/egl/
display.cc
130
gl_surface_ = gfx::GLSurface::
CreateOffscreenGLSurface
(size);
/external/chromium_org/ui/surface/
accelerated_surface_mac.cc
42
gl_surface_ = gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1));
/external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc
103
surface_ = gfx::GLSurface::
CreateOffscreenGLSurface
(gfx::Size(1, 1));
in_process_command_buffer.cc
349
surface_ = gfx::GLSurface::
CreateOffscreenGLSurface
(params.size);
Completed in 425 milliseconds