OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSurfaceStub
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_stub.cc
9
void
GLSurfaceStub
::Destroy() {
12
bool
GLSurfaceStub
::IsOffscreen() {
16
bool
GLSurfaceStub
::SwapBuffers() {
20
gfx::Size
GLSurfaceStub
::GetSize() {
24
void*
GLSurfaceStub
::GetHandle() {
28
GLSurfaceStub
::~
GLSurfaceStub
() {}
gl_surface_stub.h
13
class GL_EXPORT
GLSurfaceStub
: public GLSurface {
25
virtual ~
GLSurfaceStub
();
gl_surface_mac.cc
48
return new
GLSurfaceStub
;
76
return new
GLSurfaceStub
;
gl_surface_win.cc
250
return new
GLSurfaceStub
;
284
return new
GLSurfaceStub
;
gl_surface_x11.cc
295
return new
GLSurfaceStub
;
329
return new
GLSurfaceStub
;
gl_surface_egl.cc
732
scoped_refptr<GLSurface> surface = new
GLSurfaceStub
();
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc
21
: surface(new gfx::
GLSurfaceStub
),
28
scoped_refptr<gfx::
GLSurfaceStub
> surface;
/external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc
163
CreateContext(new gfx::
GLSurfaceStub
, service_, NULL);
232
CreateContext(new gfx::
GLSurfaceStub
,
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.h
483
scoped_refptr<gfx::
GLSurfaceStub
> surface_;
gles2_cmd_decoder_unittest_base.cc
279
surface_ = new gfx::
GLSurfaceStub
;
[
all
...]
Completed in 313 milliseconds