rownyr
Posts: 41
Joined: Wed Jul 11, 2012 1:25 am

Test demo of OpenVG

Wed Apr 03, 2013 1:03 am

It normally prints EGL and OpenVG information and runs the demo. With --print-configs option it prints all available EGL configs.

Typical output:

Code: Select all

--- EGL version: 1.4
--- 7 EGL extension(s):
EGL_KHR_lock_surface
EGL_KHR_gl_texture_cubemap_image
EGL_KHR_gl_texture_2D_image
EGL_KHR_vg_parent_image
EGL_KHR_image_pixmap
EGL_KHR_image_base
EGL_KHR_image
--- 1 OpenVG extension(s):
VG_KHR_EGL_image
--- OpenVG maximum values:
maxScissorRects: 32
maxDashCount: 16
maxKernelSize: 15
maxSeparableKernelSize: 33
maxGaussianStdDeviation: 16
maxColorRampStops: 32
maxImageWidth: 2048
maxImageHeight: 2048
maxImagePixels: 4194304
maxImageBytes: 16777216
maxFloat: 3.40282e+38

--- Running the demo

Current FPS: 62
Current FPS: 60
Current FPS: 58
...
Download: https://www.dropbox.com/s/bp42olypb9w59cy/test

How to run:

Code: Select all

chmod +x test
./test
Optionally add --print-configs. Terminate demo with Ctrl+C.

Demo runs properly only in FullHD resolution (1920x1080)

Sorry, no source code available.

Return to “OpenVG”