|
| void | test00Version () throws InterruptedException |
| |
| void | test01GLProfileDefault () throws InterruptedException |
| |
| void | test11GLProfileMaxProgrammable () throws InterruptedException |
| |
| void | test22GLProfileMaxFixedFunc () throws InterruptedException |
| |
| void | test31GLProfileGL2ES1 () throws InterruptedException |
| |
| void | test32GLProfileGL2ES2 () throws InterruptedException |
| |
| void | test33GLProfileGL4ES3 () throws InterruptedException |
| |
| void | test34GLProfileGL2GL3 () throws InterruptedException |
| |
| void | test41_GL4bc () throws InterruptedException |
| |
| void | test42_GL3bc () throws InterruptedException |
| |
| void | test43_GL2 () throws InterruptedException |
| |
| void | test44_GL4 () throws InterruptedException |
| |
| void | test45_GL3 () throws InterruptedException |
| |
| void | test46_GLES1 () throws InterruptedException |
| |
| void | test47_GLES2 () throws InterruptedException |
| |
| void | test48_GLES3 () throws InterruptedException |
| |
| int | getMaxTestNameLen () |
| |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| | Takes a snapshot of the drawable's current front framebuffer. More...
|
| |
| void | validateOnlineOnscreen (final String requestedProfile, final GLProfile glp) throws InterruptedException |
| |
| void | validateOnlineOffscreen (final String requestedProfile, final GLCapabilitiesImmutable caps) throws InterruptedException |
| |
| static void | validateGLProfileGL4bc (final GLProfile glp) |
| |
| static void | validateGL4bc (final GL gl) |
| |
| static void | validateGLProfileGL4 (final GLProfile glp) |
| |
| static void | validateGL4 (final GL gl) |
| |
| static void | validateGLProfileGL3bc (final GLProfile glp) |
| |
| static void | validateGL3bc (final GL gl) |
| |
| static void | validateGLProfileGL3 (final GLProfile glp) |
| |
| static void | validateGL3 (final GL gl) |
| |
| static void | validateGLProfileGL2 (final GLProfile glp) |
| |
| static void | validateGL2 (final GL gl) |
| |
| static void | validateGLProfileGLES3 (final GLProfile glp) |
| |
| static void | validateGLES3 (final GL gl) |
| |
| static void | validateGLProfileGLES2 (final GLProfile glp) |
| |
| static void | validateGLES2 (final GL gl) |
| |
| static void | validateGLProfileGLES1 (final GLProfile glp) |
| |
| static void | validateGLES1 (final GL gl) |
| |
| static void | validateGLProfileGL2GL3 (final GLProfile glp) |
| |
| static void | validateGL2GL3 (final GL gl) |
| |
| static void | validateGLProfileGL4ES3 (final GLProfile glp) |
| |
| static void | validateGL4ES3 (final GL gl) |
| |
| static void | validateGLProfileGL2ES2 (final GLProfile glp) |
| |
| static void | validateGL2ES2 (final GL gl) |
| |
| static void | validateGLProfileGL2ES1 (final GLProfile glp) |
| |
| static void | validateGL2ES1 (final GL gl) |
| |
| static void | validateOffline (final String requestedProfile, final GLProfile glp) |
| |
| static void | validateOnline (final String requestedProfile, final GLProfile glpReq, final GL gl) |
| |