Searched refs:GLContextEGL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context_egl.cc27 GLContextEGL::GLContextEGL(GLShareGroup* share_group) function in class:gfx::GLContextEGL
35 bool GLContextEGL::Initialize(
80 void GLContextEGL::Destroy() {
91 bool GLContextEGL::MakeCurrent(GLSurface* surface) {
97 TRACE_EVENT2("gpu", "GLContextEGL::MakeCurrent",
132 void GLContextEGL::SetUnbindFboOnMakeCurrent() {
136 void GLContextEGL::ReleaseCurrent(GLSurface* surface) {
150 bool GLContextEGL::IsCurrent(GLSurface* surface) {
171 void* GLContextEGL
[all...]
H A Dgl_context_egl.h22 class GLContextEGL : public GLContextReal { class in namespace:gfx
24 explicit GLContextEGL(GLShareGroup* share_group);
41 virtual ~GLContextEGL();
49 DISALLOW_COPY_AND_ASSIGN(GLContextEGL);
H A Dgl_context_ozone.cc35 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
H A Dgl_context_win.cc37 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
H A Dgl_context_x11.cc46 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
H A Dgl_context_android.cc23 // TODO(boliu): Make this inherit from GLContextEGL.
87 context = new GLContextEGL(share_group);
99 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) {

Completed in 118 milliseconds