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

  /external/chromium_org/ui/gl/
gl_context_osmesa.h 20 class GLContextOSMesa : public GLContextReal {
22 explicit GLContextOSMesa(GLShareGroup* share_group);
35 virtual ~GLContextOSMesa();
40 DISALLOW_COPY_AND_ASSIGN(GLContextOSMesa);
gl_context_osmesa.cc 16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group)
21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface,
43 void GLContextOSMesa::Destroy() {
50 bool GLContextOSMesa::MakeCurrent(GLSurface* surface) {
86 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) {
95 bool GLContextOSMesa::IsCurrent(GLSurface* surface) {
122 void* GLContextOSMesa::GetHandle() {
126 void GLContextOSMesa::SetSwapInterval(int interval) {
130 GLContextOSMesa::~GLContextOSMesa()
    [all...]

Completed in 42 milliseconds