Searched defs:GLSurface (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ui/gl/
H A Dgl_surface.cc26 base::LazyInstance<base::ThreadLocalPointer<GLSurface> >::Leaky
31 bool GLSurface::InitializeOneOff() {
34 TRACE_EVENT0("gpu", "GLSurface::InitializeOneOff");
73 bool GLSurface::InitializeOneOffImplementation(GLImplementation impl,
100 void GLSurface::InitializeOneOffForTests() {
139 void GLSurface::InitializeOneOffWithMockBindingsForTests() {
158 void GLSurface::InitializeDynamicMockBindingsForTests(GLContext* context) {
162 GLSurface::GLSurface() {} function in class:gfx::GLSurface
164 bool GLSurface
[all...]
H A Dgl_surface.h28 class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> { class in namespace:gfx
30 GLSurface();
34 // context. The implementation of this function for other GLSurface derived
128 static scoped_refptr<GLSurface> CreateViewGLSurface(
132 static scoped_refptr<GLSurface> CreateOffscreenGLSurface(
135 static GLSurface* GetCurrent();
138 virtual ~GLSurface();
144 static void SetCurrent(GLSurface* surface);
149 friend class base::RefCounted<GLSurface>;
[all...]

Completed in 397 milliseconds