Go to the source code of this file.
Functions | |
void | fp64_unescaped_begin (struct fp64_unescaped *s) |
void | fp64_unescaped_end (struct fp64_unescaped *s) |
void | fp64_unescaped_start (struct fp64_unescaped *s, GLuint vbo) |
void | fp64_unescaped_do (struct fp64_unescaped *s, GLuint *unescaped, GLuint active_count, GLuint vbo, GLuint query) |
Variables | |
const char * | fp64_unescaped_vert |
const char * | fp64_unescaped_geom |
const GLchar * | fp64_unescaped_varyings [] = {"cne", "zdz"} |
void fp64_unescaped_begin | ( | struct fp64_unescaped * | s | ) |
Definition at line 13 of file fp64_unescaped.c.
References fp64_unescaped::cne0, compile_program_tf(), D, fp64_unescaped_geom, fp64_unescaped_varyings, fp64_unescaped_vert, fp64_unescaped::program, fp64_unescaped::vao, and fp64_unescaped::zdz0.
Referenced by render_begin().
void fp64_unescaped_do | ( | struct fp64_unescaped * | s, |
GLuint * | unescaped, | ||
GLuint | active_count, | ||
GLuint | vbo, | ||
GLuint | query | ||
) |
Definition at line 37 of file fp64_unescaped.c.
References D, debug_message, fp64_unescaped::program, and fp64_unescaped::vao.
void fp64_unescaped_end | ( | struct fp64_unescaped * | s | ) |
Definition at line 20 of file fp64_unescaped.c.
References D, fp64_unescaped::program, and fp64_unescaped::vao.
Referenced by render_end().
void fp64_unescaped_start | ( | struct fp64_unescaped * | s, |
GLuint | vbo | ||
) |
Definition at line 25 of file fp64_unescaped.c.
References fp64_unescaped::cne0, D, DE, debug_message, fp64_unescaped::vao, and fp64_unescaped::zdz0.
Referenced by fp64_start().
const char* fp64_unescaped_geom |
Referenced by fp64_unescaped_begin().
const GLchar* fp64_unescaped_varyings[] = {"cne", "zdz"} |
Definition at line 11 of file fp64_unescaped.c.
Referenced by fp64_unescaped_begin().
const char* fp64_unescaped_vert |
Referenced by fp64_unescaped_begin().