mirror of
https://github.com/brl/mutter.git
synced 2025-01-08 02:32:14 +00:00
15 lines
389 B
C
15 lines
389 B
C
#ifndef COGL_TEST_DECLARATIONS_H
|
|
#define COGL_TEST_DECLARATIONS_H
|
|
|
|
void test_path (void);
|
|
void test_path_clip (void);
|
|
void test_depth_test (void);
|
|
void test_backface_culling (void);
|
|
void test_gles2_context (void);
|
|
void test_gles2_context_fbo (void);
|
|
void test_gles2_context_copy_tex_image (void);
|
|
void test_fence (void);
|
|
void test_texture_rg (void);
|
|
|
|
#endif /* COGL_TEST_DECLARATIONS_H */
|