Home
last modified time | relevance | path

Searched refs:R_LineGraph (Results 1 – 15 of 15) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/
H A Dr_graph.c70 vr_funcs->R_LineGraph (x, r_refdef.vrect.height - 2, in R_TimeGraph()
76 vr_funcs->R_LineGraph (x, r_refdef.vrect.height - 2, &r_timings[a], l); in R_TimeGraph()
95 vr_funcs->R_LineGraph (x, r_refdef.vrect.height - 2, height, w); in R_ZGraph()
H A Dvid_render_sw.c104 R_LineGraph,
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_ngraph.c80 r_funcs->R_LineGraph (x, y, &packet_latency[a + NET_TIMINGS], -a); in CL_NetGraph()
85 r_funcs->R_LineGraph (x, y, &packet_latency[a], l); in CL_NetGraph()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_ngraph.c33 static void R_LineGraph (int x, int h) in R_LineGraph() function
124 R_LineGraph (NET_TIMINGS-1-a, packet_latency[i]); in R_NetGraph()
H A Dr_misc.c99 static void R_LineGraph (int x, int y, int h) in R_LineGraph() function
352 R_LineGraph (x+w-1-a, y, packet_latency[i]); in R_NetGraph()
379 R_LineGraph (x+w-1-a, r_refdef.vrect.height-2, height[i]); in R_ZGraph()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dnamehack.h55 #define R_LineGraph gl_R_LineGraph macro
111 #undef R_LineGraph
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/glsl/
H A Dnamehack.h56 #define R_LineGraph glsl_R_LineGraph macro
114 #undef R_LineGraph
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_misc.c90 R_LineGraph(int x, int y, int h) in R_LineGraph() function
166 R_LineGraph(x + w - 1 - a, y, packet_latency[i]); in R_NetGraph()
193 R_LineGraph(x + w - 1 - a, r_refdef.vrect.height - 2, height[i]); in R_ZGraph()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_graph.c43 R_LineGraph (int x, int y, int *h_vals, int count) in R_LineGraph() function
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dr_internal.h27 void R_LineGraph (int x, int y, int *h_vals, int count);
/dports/games/tenebrae/tenebrae_0/
H A Dr_misc.c111 void R_LineGraph (int x, int y, int h) in R_LineGraph() function
176 R_LineGraph (x, r_refdef.vrect.height-2, r_timings[a]); in R_TimeGraph()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_misc.c97 static void R_LineGraph (int x, int y, int h, int drawType, int marker) in R_LineGraph() function
213 R_LineGraph(x, r_refdef.vrect.height-2, r_timings[a], drawType, in R_TimeGraph()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dnamehack.h82 #define R_LineGraph sw32_R_LineGraph macro
323 #undef R_LineGraph
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/plugin/
H A Dvid_render.h156 void (*R_LineGraph) (int x, int y, int *h_vals, int count); member
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog111376 {gl,sw}_graph.c (R_LineGraph). gl_ngraph.c is gone. Unfortunatly, something
111377 is rather wrong with NetGraph in gl (probably R_LineGraph).
112223 make R_LineGraph non-static