NAME
glmemperf - a benchmark for measuring OpenGL ES 2.0 rendering
performance
SYNOPSIS
glmemperf [options]
DESCRIPTION
glmemperf is benchmark that aims to measure the texture memory
bandwidth performance of an OpenGL ES 2.0 implementation using a number
of different texture storage formats and methods.
OPTIONS
-h, --help Show summary of options.
-i TEST
Include a specific test (full name or substring).
-e TEST
Exclude a specific test (full name or substring).
-t SECS
The minimum amount of time to run each test (in seconds).
-b BPP Bits per pixel
TESTS
The available tests are:
clear
blit_tex_rgba8888_800x480
blit_tex_rgb888_800x480
blit_tex_rgba8888_1024x512
blit_tex_rgb565_800x480
blit_tex_rgb565_1024x512
blit_tex_rgb_etc1_1024x512
blit_pixmap__800x480
blit_fbo_rgba8888_800x480
blit_fbo_rgba8888_1024x512
blit_fbo_rgb565_800x480
blit_fbo_rgb565_1024x512
blit_tex_rot90_rgba8888_480x800
blit_tex_rot90_rgb888_480x800
blit_tex_rot90_rgba8888_512x1024
blit_tex_rot90_rgb565_480x800
blit_tex_rot90_rgb565_512x1024
blit_tex_rot90_rgb_etc1_512x1024
blit_pixmap_rot90__480x800
blit_fbo_rot90_rgba8888_800x480
blit_fbo_rot90_rgba8888_1024x512
blit_fbo_rot90_rgb565_800x480
blit_fbo_rot90_rgb565_1024x512
blit_tex_rgba4444_128x128
blit_tex_rgba8888_127x127
blit_tex_rgba8888_128x128
blit_tex_rgb565_127x127
blit_tex_rgb565_128x128
blit_tex_rgb_etc1_128x128
blit_shader_mask_128x128
blit_tex_rot90_rgba8888_127x127
blit_tex_rot90_rgba8888_128x128
blit_tex_rot90_rgb565_127x127
blit_tex_rot90_rgb565_128x128
blit_tex_rot90_rgb_etc1_128x128
blit_shader_const_800x480
blit_shader_lingrad_800x480
blit_shader_radgrad_800x480
blit_shader_palette_800x480
blit_cpu_shmimage_16bpp_2x1920x1080
blit_cpu_shmimage_32bpp_2x1920x1080
blit_cpu_texupload_16bpp_2x1920x1080
blit_cpu_texupload_32bpp_2x1920x1080
AUTHOR
glmemperf was written by Sami Kystil.
This manual page was written by Alexandros Frantzis
<alexandros.frantzis@linaro.org> for the Debian project (and may be
used by others).
2010-06-30