Include dependency graph for fp32_init.c:Go to the source code of this file.
Functions | |
| void | fp32_init_begin (struct fp32_init *s) |
| void | fp32_init_end (struct fp32_init *s) |
| void | fp32_init_do (struct fp32_init *s, GLuint *active_count, GLuint *vbo, GLuint query, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius) |
Variables | |
| const char * | fp32_init_vert |
| const GLchar * | fp32_init_varyings [] = {"cne", "zdz"} |
| void fp32_init_begin | ( | struct fp32_init * | s | ) |
Definition at line 14 of file fp32_init.c.
References fp32_init::c, fp32_init::center, compile_program_tf(), D, fp32_init_varyings, fp32_init_vert, fp32_init::program, fp32_init::radius, and fp32_init::vao.
Referenced by render_begin().
Here is the call graph for this function:
Here is the caller graph for this function:| void fp32_init_do | ( | struct fp32_init * | s, |
| GLuint * | active_count, | ||
| GLuint * | vbo, | ||
| GLuint | query, | ||
| int | width, | ||
| int | height, | ||
| const mpfr_t | centerx, | ||
| const mpfr_t | centery, | ||
| const mpfr_t | radius | ||
| ) |
Definition at line 27 of file fp32_init.c.
References fp32_init::c, fp32_init::center, D, debug_message, fp32_init::program, fp32_init::radius, and fp32_init::vao.
Referenced by fp32_start().
Here is the caller graph for this function:| void fp32_init_end | ( | struct fp32_init * | s | ) |
Definition at line 22 of file fp32_init.c.
References D, fp32_init::program, and fp32_init::vao.
Referenced by render_end().
Here is the caller graph for this function:| const GLchar* fp32_init_varyings[] = {"cne", "zdz"} |
Definition at line 12 of file fp32_init.c.
Referenced by fp32_init_begin().
| const char* fp32_init_vert |
Referenced by fp32_init_begin().