Searched refs:R_UploadData (Results 1 – 4 of 4) sorted by relevance
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/ |
H A D | r_draw.h | 35 int R_UploadData(const char* name, unsigned *frame, int width, int height);
|
H A D | r_draw.cpp | 270 int R_UploadData (const char* name, unsigned *frame, int width, int height) in R_UploadData() function
|
/dports/games/ufoai/ufoai-2.5-source/src/client/cinematic/ |
H A D | cl_cinematic_roq.cpp | 527 …texnum = R_UploadData("***cinematic***", ROQCIN.frameBuffer[1], ROQCIN.frameWidth, ROQCIN.frameHei… in CIN_ROQ_DrawCinematic()
|
H A D | cl_cinematic_ogm.cpp | 729 …texnum = R_UploadData("***cinematic***", OGMCIN.outputBuffer, OGMCIN.outputWidth, OGMCIN.outputHei… in CIN_OGM_DrawCinematic()
|