Go to the source code of this file.
Functions | |
void | fp64_step_begin (struct fp64_step *s) |
void | fp64_step_end (struct fp64_step *s) |
void | fp64_step_start (struct fp64_step *s, GLuint vbo, double escaperadius2) |
void | fp64_step_do (struct fp64_step *s, GLuint *active_count, GLuint vbo, GLuint query) |
Variables | |
const char * | fp64_step_vert |
const GLchar * | fp64_step_varyings [] = {"cne", "zdz"} |
void fp64_step_begin | ( | struct fp64_step * | s | ) |
Definition at line 12 of file fp64_step.c.
References fp64_step::cne0, compile_program_tf(), D, fp64_step::er2, fp64_step_varyings, fp64_step_vert, fp64_step::program, fp64_step::vao, and fp64_step::zdz0.
Referenced by render_begin().
void fp64_step_do | ( | struct fp64_step * | s, |
GLuint * | active_count, | ||
GLuint | vbo, | ||
GLuint | query | ||
) |
Definition at line 40 of file fp64_step.c.
References D, debug_message, fp64_step::program, and fp64_step::vao.
void fp64_step_end | ( | struct fp64_step * | s | ) |
Definition at line 20 of file fp64_step.c.
References D, fp64_step::program, and fp64_step::vao.
Referenced by render_end().
void fp64_step_start | ( | struct fp64_step * | s, |
GLuint | vbo, | ||
double | escaperadius2 | ||
) |
Definition at line 25 of file fp64_step.c.
References fp64_step::cne0, D, DE, debug_message, fp64_step::er2, fp64_step::program, fp64_step::vao, and fp64_step::zdz0.
Referenced by fp64_start().
const GLchar* fp64_step_varyings[] = {"cne", "zdz"} |
Definition at line 10 of file fp64_step.c.
Referenced by fp64_step_begin().
const char* fp64_step_vert |
Referenced by fp64_step_begin().