HomeSort by relevance Sort by last modified time
    Searched refs:GLContextEGL (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gl/
gl_context_egl.cc 27 GLContextEGL::GLContextEGL(GLShareGroup* share_group)
35 bool GLContextEGL::Initialize(
80 void GLContextEGL::Destroy() {
91 bool GLContextEGL::MakeCurrent(GLSurface* surface) {
96 TRACE_EVENT2("gpu", "GLContextEGL::MakeCurrent",
131 void GLContextEGL::SetUnbindFboOnMakeCurrent() {
135 void GLContextEGL::ReleaseCurrent(GLSurface* surface) {
149 bool GLContextEGL::IsCurrent(GLSurface* surface) {
170 void* GLContextEGL::GetHandle()
    [all...]
gl_context_egl.h 22 class GLContextEGL : public GLContextReal {
24 explicit GLContextEGL(GLShareGroup* share_group);
41 virtual ~GLContextEGL();
49 DISALLOW_COPY_AND_ASSIGN(GLContextEGL);
gl_context_ozone.cc 35 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
gl_context_win.cc 37 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
gl_context_x11.cc 46 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
gl_context_android.cc 23 // TODO(boliu): Make this inherit from GLContextEGL.
83 context = new GLContextEGL(share_group);
91 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) {

Completed in 137 milliseconds