#include <math.h>#include <stdio.h>#include "fp32_escaped.h"#include "shader.h"#include "logging.h"
Include dependency graph for fp32_escaped.c:Go to the source code of this file.
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 centerx0, const mpfr_t centery0, const mpfr_t radius0) |
| void | fp32_escaped_do (struct fp32_escaped *s, GLuint active_count) |
Variables | |
| const char * | fp32_escaped_vert |
| const char * | fp32_escaped_geom |
| const char * | fp32_escaped_frag |
| 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 | centerx0, | ||
| const mpfr_t | centery0, | ||
| const mpfr_t | radius0 | ||
| ) |
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:| const char* fp32_escaped_frag |
Referenced by fp32_escaped_begin().
| const char* fp32_escaped_geom |
Referenced by fp32_escaped_begin().
| const char* fp32_escaped_vert |
Referenced by fp32_escaped_begin().