Home
last modified time | relevance | path

Searched refs:tpd_quad_4c (Results 1 – 4 of 4) sorted by relevance

/dports/science/liboglappth/liboglappth-1.0.0/src/
H A Dtransparent.cpp137 tpd_quad_4c::tpd_quad_4c(GLfloat * c1, GLfloat * p1, GLfloat * c2, GLfloat * p2, GLfloat * c3, GLfl… in tpd_quad_4c() function in tpd_quad_4c
152 tpd_quad_4c::~tpd_quad_4c(void) in ~tpd_quad_4c()
156 void tpd_quad_4c::Render(void) in Render()
175 void tpd_quad_4c::UpdateMP(void) in UpdateMP()
H A Dtransparent.h43 class tpd_quad_4c; variable
108 class tpd_quad_4c : public transparent_primitive_data
117tpd_quad_4c(GLfloat *, GLfloat *, GLfloat *, GLfloat *, GLfloat *, GLfloat *, GLfloat *, GLfloat *…
118 ~tpd_quad_4c(void);
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dogl_plane.cpp105 tpd_quad_4c * tmp4; in ogl_color_plane()
106 tmp4 = new tpd_quad_4c(c1, p1, c2, p2, c3, p3, c4, p4); in ogl_color_plane()
H A Dproject.h38 class tpd_quad_4c; variable