@Test public void test() throws InterruptedException { GLProfile glprofile = GLProfile.getGL2ES1(); runTestAGL(glprofile); }
@Test public void test00() throws InterruptedException { final GLCapabilities caps = new GLCapabilities(forceES2 ? GLProfile.get(GLProfile.GLES2) : GLProfile.getGL2ES1()); runTestGL(caps, forceFFPEmu); }