HomeSort by relevance Sort by last modified time
    Searched defs:GLSurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_surface.h 28 class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
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...]
gl_surface.cc 26 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() {}
164 bool GLSurface::Initialize()
    [all...]

Completed in 660 milliseconds