Include dependency graph for fp64_init.c:Go to the source code of this file.
Functions | |
| void | fp64_init_begin (struct fp64_init *s) |
| void | fp64_init_end (struct fp64_init *s) |
| void | fp64_init_do (struct fp64_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 * | fp64_init_vert |
| const GLchar * | fp64_init_varyings [] = {"cne", "zdz"} |
| void fp64_init_begin | ( | struct fp64_init * | s | ) |
Definition at line 14 of file fp64_init.c.
References fp64_init::c, fp64_init::center, compile_program_tf(), fp64_init_varyings, fp64_init_vert, fp64_init::program, fp64_init::radius, and fp64_init::vao.
Referenced by render_begin().
Here is the call graph for this function:
Here is the caller graph for this function:| void fp64_init_do | ( | struct fp64_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 fp64_init.c.
References fp64_init::c, fp64_init::center, D, debug_message, fp64_init::program, fp64_init::radius, and fp64_init::vao.
Referenced by fp64_start().
Here is the caller graph for this function:| void fp64_init_end | ( | struct fp64_init * | s | ) |
Definition at line 22 of file fp64_init.c.
References fp64_init::program, and fp64_init::vao.
Referenced by render_end().
Here is the caller graph for this function:| const GLchar* fp64_init_varyings[] = {"cne", "zdz"} |
Definition at line 12 of file fp64_init.c.
Referenced by fp64_init_begin().
| const char* fp64_init_vert |
Referenced by fp64_init_begin().