Java 类org.lwjgl.opengles.ContextAttribs 实例源码

项目:Wolf_game    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}
项目:GPVM    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}
项目:GPVM    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}
项目:SpaceStationAlpha    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}
项目:TeacherSmash    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}
项目:3d-Demo    文件:DrawableGLES.java   
public void createContext(final ContextAttribs attribs, final Drawable shared_drawable) throws LWJGLException {
    synchronized ( GlobalLock.lock ) {
        this.context = new ContextGLES(this, attribs, shared_drawable != null ? ((DrawableGLES)shared_drawable).getContext() : null);
        this.shared_drawable = shared_drawable;
    }
}