mirror of
https://github.com/brl/mutter.git
synced 2025-01-08 02:32:14 +00:00
22 lines
672 B
C
22 lines
672 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_texture_get_set_data (void);
|
|
void test_framebuffer_get_bits (void);
|
|
void test_primitive_and_journal (void);
|
|
void test_copy_replace_texture (void);
|
|
void test_pipeline_cache_unrefs_texture (void);
|
|
void test_pipeline_shader_state (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_no_allocate (void);
|
|
void test_texture_rg (void);
|
|
|
|
#endif /* COGL_TEST_DECLARATIONS_H */
|