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

/external/chromium_org/ui/gl/
H A Dgl_surface.h24 class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> { class in namespace:gfx
26 GLSurface();
30 // context. The implementation of this function for other GLSurface derived
106 static scoped_refptr<GLSurface> CreateViewGLSurface(
110 static scoped_refptr<GLSurface> CreateOffscreenGLSurface(
113 static GLSurface* GetCurrent();
116 virtual ~GLSurface();
122 static void SetCurrent(GLSurface* surface);
127 friend class base::RefCounted<GLSurface>;
[all...]
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...]

Completed in 295 milliseconds