Home
last modified time | relevance | path

Searched refs:Y_TILES (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gles-3.0/
H A Dtransform-feedback-uniform-buffer-object.c48 #define Y_TILES 8 macro
49 #define BO_SIZE (X_TILES * Y_TILES * 6 * 4 * sizeof(float))
55 config.window_height = TILESIZE * Y_TILES;
153 for (int y = 0; y < Y_TILES; ++y) { in piglit_display()
156 const float h = 2.0 / Y_TILES; in piglit_display()
170 for (int y = 0; y < Y_TILES; ++y) { in piglit_display()
173 const float h = 2.0 / Y_TILES; in piglit_display()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dtile_class.h44 #define Y_TILES ((gGraphicsDevice.cachedConfig.Res.y + TILE_HEIGHT - 1) / TILE_HEIGHT + 2) macro
45 #define Y_TILES_HALF ((Y_TILES + 1 / 2)
H A Dgrafx_bg.c108 DrawBufferInit(&buffer, svec2i(X_TILES, Y_TILES), g); in GrafxRedrawBackground()
H A Dcamera.c54 &camera->Buffer, svec2i(X_TILES, Y_TILES), &gGraphicsDevice); in CameraReset()
/dports/games/xtux/xtux/src/client/
H A Dclient.h19 #define Y_TILES 6 macro
H A Dmain.c179 client.y_tiles = Y_TILES; in client_init()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/draw/
H A Ddraw_buffer.c127 for (int y = 0; y < Y_TILES; y++) in DrawBufferFix()
H A Ddraw.c134 for (y = 0, pos.y = b->dy + offset.y; y < Y_TILES; in DrawTiles()
483 for (int y = 0; y < Y_TILES; y++, pos.y += TILE_HEIGHT) in DrawEditorTiles()
607 for (int y = 0; y < Y_TILES; y++) in DrawObjectNames()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Dcdogsed.c159 DrawBufferInit(&sDrawBuffer, svec2i(X_TILES, Y_TILES), ec.g); in MakeBackground()
1303 DrawBufferInit(&sDrawBuffer, svec2i(X_TILES, Y_TILES), &gGraphicsDevice); in main()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dmainmenu.c118 DrawBufferInit(&data->buffer, svec2i(X_TILES, Y_TILES), data->graphics); in GenerateLiveBackground()