mightymandel v16

GPU-based Mandelbrot set explorer

fp64_escaped.c File Reference

(v16)

#include <math.h>
#include <stdio.h>
#include "fp64_escaped.h"
#include "shader.h"
#include "logging.h"
+ Include dependency graph for fp64_escaped.c:

Go to the source code of this file.

Functions

void fp64_escaped_begin (struct fp64_escaped *s)
void fp64_escaped_end (struct fp64_escaped *s)
void fp64_escaped_start (struct fp64_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 fp64_escaped_do (struct fp64_escaped *s, GLuint active_count)

Variables

const char * fp64_escaped_vert
const char * fp64_escaped_geom
const char * fp64_escaped_frag

Function Documentation

void fp64_escaped_begin ( struct fp64_escaped s)

Definition at line 16 of file fp64_escaped.c.

References fp64_escaped::aspect, fp64_escaped::center, fp64_escaped::cne0, compile_program(), D, fp64_escaped_frag, fp64_escaped_geom, fp64_escaped_vert, fp64_escaped::loger2, fp64_escaped::program, fp64_escaped::pxs, fp64_escaped::radius, fp64_escaped::vao, and fp64_escaped::zdz0.

Referenced by render_begin().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fp64_escaped_do ( struct fp64_escaped s,
GLuint  active_count 
)

Definition at line 64 of file fp64_escaped.c.

References D, debug_message, fp64_escaped::program, and fp64_escaped::vao.

void fp64_escaped_end ( struct fp64_escaped s)

Definition at line 28 of file fp64_escaped.c.

References D, fp64_escaped::program, and fp64_escaped::vao.

Referenced by render_end().

+ Here is the caller graph for this function:

void fp64_escaped_start ( struct fp64_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 fp64_escaped.c.

References fp64_escaped::aspect, fp64_escaped::center, fp64_escaped::cne0, D, DE, debug_message, fp64_escaped::loger2, fp64_escaped::program, fp64_escaped::pxs, fp64_escaped::radius, fp64_escaped::vao, and fp64_escaped::zdz0.

Referenced by fp64_start().

+ Here is the caller graph for this function:

Variable Documentation

const char* fp64_escaped_frag

Referenced by fp64_escaped_begin().

const char* fp64_escaped_geom

Referenced by fp64_escaped_begin().

const char* fp64_escaped_vert

Referenced by fp64_escaped_begin().