#include <stdio.h>#include "fpxx_init.h"#include "shader.h"#include "logging.h"#include "mightymandel.h"
Include dependency graph for fpxx_init.c:Go to the source code of this file.
Functions | |
| void | fpxx_init_begin (struct fpxx_init *s) |
| void | fpxx_init_end (struct fpxx_init *s) |
| void | fpxx_init_do (struct fpxx_init *s, GLuint *active_count, GLuint *vbo, GLuint query, int pass, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius, const mpfr_t refx, const mpfr_t refy) |
Variables | |
| const char * | fpxx_init_vert |
| const char * | fpxx_init_geom |
| const char * | fpxx_init_frag |
| const GLchar * | fpxx_init_varyings [] = {"cne", "zdz", "err"} |
| void fpxx_init_begin | ( | struct fpxx_init * | s | ) |
Definition at line 17 of file fpxx_init.c.
References fpxx_init::aspect, fpxx_init::c, fpxx_init::center, compile_program_tf(), fpxx_init_frag, fpxx_init_geom, fpxx_init_varyings, fpxx_init_vert, fpxx_init::pass, fpxx_init::program, fpxx_init::radius, and fpxx_init::vao.
Referenced by render_begin().
Here is the call graph for this function:
Here is the caller graph for this function:| void fpxx_init_do | ( | struct fpxx_init * | s, |
| GLuint * | active_count, | ||
| GLuint * | vbo, | ||
| GLuint | query, | ||
| int | pass, | ||
| int | width, | ||
| int | height, | ||
| const mpfr_t | centerx, | ||
| const mpfr_t | centery, | ||
| const mpfr_t | radius, | ||
| const mpfr_t | refx, | ||
| const mpfr_t | refy | ||
| ) |
Definition at line 32 of file fpxx_init.c.
References fpxx_init::aspect, fpxx_init::c, fpxx_init::center, D, debug_message, fpxx_init::pass, fpxx_init::program, fpxx_init::radius, and fpxx_init::vao.
Referenced by fpxx_start().
Here is the caller graph for this function:| void fpxx_init_end | ( | struct fpxx_init * | s | ) |
Definition at line 27 of file fpxx_init.c.
References fpxx_init::program, and fpxx_init::vao.
Referenced by render_end().
Here is the caller graph for this function:| const char* fpxx_init_frag |
Referenced by fpxx_init_begin().
| const char* fpxx_init_geom |
Referenced by fpxx_init_begin().
| const GLchar* fpxx_init_varyings[] = {"cne", "zdz", "err"} |
Definition at line 15 of file fpxx_init.c.
Referenced by fpxx_init_begin().
| const char* fpxx_init_vert |
Referenced by fpxx_init_begin().