#include <stdbool.h>#include <GL/glew.h>#include <mpfr.h>
Include dependency graph for fp32_escaped.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | fp32_escaped |
Functions | |
| void | fp32_escaped_begin (struct fp32_escaped *s) |
| void | fp32_escaped_end (struct fp32_escaped *s) |
| void | fp32_escaped_start (struct fp32_escaped *s, GLuint tex, GLuint fbo, GLuint vbo, double escaperadius2, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius) |
| void | fp32_escaped_do (struct fp32_escaped *s, GLuint active_count) |
| struct fp32_escaped |
Definition at line 12 of file fp32_escaped.h.
| Data Fields | ||
|---|---|---|
| GLint | aspect | |
| GLint | center | |
| GLint | cne0 | |
| GLint | loger2 | |
| GLuint | program | |
| GLint | pxs | |
| GLint | radius | |
| GLuint | vao | |
| GLint | zdz0 | |
| void fp32_escaped_begin | ( | struct fp32_escaped * | s | ) |
Definition at line 16 of file fp32_escaped.c.
References fp32_escaped::aspect, fp32_escaped::center, fp32_escaped::cne0, compile_program(), D, fp32_escaped_frag, fp32_escaped_geom, fp32_escaped_vert, fp32_escaped::loger2, fp32_escaped::program, fp32_escaped::pxs, fp32_escaped::radius, fp32_escaped::vao, and fp32_escaped::zdz0.
Referenced by render_begin().
Here is the call graph for this function:
Here is the caller graph for this function:| void fp32_escaped_do | ( | struct fp32_escaped * | s, |
| GLuint | active_count | ||
| ) |
Definition at line 60 of file fp32_escaped.c.
References D, debug_message, fp32_escaped::program, and fp32_escaped::vao.
| void fp32_escaped_end | ( | struct fp32_escaped * | s | ) |
Definition at line 28 of file fp32_escaped.c.
References D, fp32_escaped::program, and fp32_escaped::vao.
Referenced by render_end().
Here is the caller graph for this function:| void fp32_escaped_start | ( | struct fp32_escaped * | s, |
| GLuint | tex, | ||
| GLuint | fbo, | ||
| GLuint | vbo, | ||
| double | escaperadius2, | ||
| int | width, | ||
| int | height, | ||
| const mpfr_t | centerx, | ||
| const mpfr_t | centery, | ||
| const mpfr_t | radius | ||
| ) |
Definition at line 33 of file fp32_escaped.c.
References fp32_escaped::aspect, fp32_escaped::center, fp32_escaped::cne0, D, DE, debug_message, fp32_escaped::loger2, fp32_escaped::program, fp32_escaped::pxs, fp32_escaped::radius, fp32_escaped::vao, and fp32_escaped::zdz0.
Referenced by fp32_start().
Here is the caller graph for this function: