Home
last modified time | relevance | path

Searched refs:tex_bytes (Results 1 – 3 of 3) sorted by relevance

/dports/games/connectfive/connectFive/
H A Dglfont2.cpp48 char *tex_bytes; in Create() local
73 tex_bytes = new char[num_tex_bytes]; in Create()
74 input.read(tex_bytes, num_tex_bytes); in Create()
86 (void *)tex_bytes); in Create()
89 delete[] tex_bytes; in Create()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/glfont2/
H A Dglfont2.cpp51 char *tex_bytes; in Create() local
100 tex_bytes = new char[num_tex_bytes]; in Create()
102 bb.read(tex_bytes, std::min(num_tex_bytes, bb.readable())); in Create()
118 (void *)tex_bytes); in Create()
135 delete[] tex_bytes; in Create()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glx/
H A Dglx-multithread-texture.c100 unsigned int tex_bytes = tex_width * tex_height * 4; in load_func() local
101 unsigned char *tex_data = malloc(tex_bytes); in load_func()
114 memset(tex_data, color, tex_bytes); in load_func()