Lines Matching refs:gles2
5 #include "mojo/gles2/gles2_impl.h"
8 #include "mojo/public/gles2/gles2_private.h"
11 namespace gles2 {
24 ::gles2::Initialize();
28 ::gles2::Terminate();
37 gpu::gles2::GLES2Interface* gl_interface =
38 reinterpret_cast<gpu::gles2::GLES2Interface*>(
40 ::gles2::SetGLContext(gl_interface);
44 ::gles2::GetGLContext()->SwapBuffers();
47 } // namespace gles2