#include <math.h>#include <stdio.h>#include "fpxx_escaped.h"#include "shader.h"#include "logging.h"
Include dependency graph for fpxx_escaped.c:Go to the source code of this file.
Functions | |
| void | fpxx_escaped_begin (struct fpxx_escaped *s) |
| void | fpxx_escaped_end (struct fpxx_escaped *s) |
| void | fpxx_escaped_start (struct fpxx_escaped *s, GLuint tex, GLuint fbo, GLuint vbo, double escaperadius2, int width, int height, const mpfr_t centerx0, const mpfr_t centery0, const mpfr_t radius0, const mpfr_t refx, const mpfr_t refy) |
| void | fpxx_escaped_do (struct fpxx_escaped *s, GLuint active_count) |
Variables | |
| const char * | fpxx_escaped_vert |
| const char * | fpxx_escaped_geom |
| const char * | fpxx_escaped_frag |
| void fpxx_escaped_begin | ( | struct fpxx_escaped * | s | ) |
Definition at line 16 of file fpxx_escaped.c.
References fpxx_escaped::aspect, fpxx_escaped::center, fpxx_escaped::cne0, compile_program(), D, fpxx_escaped::err0, fpxx_escaped_frag, fpxx_escaped_geom, fpxx_escaped_vert, fpxx_escaped::loger2, fpxx_escaped::program, fpxx_escaped::pxs, fpxx_escaped::radius, fpxx_escaped::vao, and fpxx_escaped::zdz0.
Referenced by render_begin().
Here is the call graph for this function:
Here is the caller graph for this function:| void fpxx_escaped_do | ( | struct fpxx_escaped * | s, |
| GLuint | active_count | ||
| ) |
Definition at line 74 of file fpxx_escaped.c.
References D, debug_message, fpxx_escaped::program, and fpxx_escaped::vao.
| void fpxx_escaped_end | ( | struct fpxx_escaped * | s | ) |
Definition at line 29 of file fpxx_escaped.c.
References D, fpxx_escaped::program, and fpxx_escaped::vao.
Referenced by render_end().
Here is the caller graph for this function:| void fpxx_escaped_start | ( | struct fpxx_escaped * | s, |
| GLuint | tex, | ||
| GLuint | fbo, | ||
| GLuint | vbo, | ||
| double | escaperadius2, | ||
| int | width, | ||
| int | height, | ||
| const mpfr_t | centerx0, | ||
| const mpfr_t | centery0, | ||
| const mpfr_t | radius0, | ||
| const mpfr_t | refx, | ||
| const mpfr_t | refy | ||
| ) |
Definition at line 34 of file fpxx_escaped.c.
References fpxx_escaped::aspect, fpxx_escaped::center, fpxx_escaped::cne0, D, DE, debug_message, fpxx_escaped::err0, fpxx_escaped::loger2, fpxx_escaped::program, fpxx_escaped::pxs, fpxx_escaped::radius, fpxx_escaped::vao, and fpxx_escaped::zdz0.
Referenced by fpxx_start().
Here is the caller graph for this function:| const char* fpxx_escaped_frag |
Referenced by fpxx_escaped_begin().
| const char* fpxx_escaped_geom |
Referenced by fpxx_escaped_begin().
| const char* fpxx_escaped_vert |
Referenced by fpxx_escaped_begin().