#include <stdbool.h>#include <GL/glew.h>#include <mpfr.h>
Include dependency graph for fpxx_escaped.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | fpxx_escaped |
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) |
| struct fpxx_escaped |
Definition at line 12 of file fpxx_escaped.h.
| Data Fields | ||
|---|---|---|
| GLint | aspect | |
| GLint | center | |
| GLint | cne0 | |
| GLint | err0 | |
| GLint | loger2 | |
| GLuint | program | |
| GLint | pxs | |
| GLint | radius | |
| GLuint | vao | |
| GLint | zdz0 | |
| 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: