HomeSort by relevance Sort by last modified time
    Searched defs:GLContextEGL (Results 1 - 2 of 2) 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) {
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::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);

Completed in 40 milliseconds