#include "common/scummsys.h"
#include "common/endian.h"
#include "graphics/tinygl/zbuffer.h"
#include "graphics/tinygl/zgl.h"
Go to the source code of this file.
Namespaces |
namespace | TinyGL |
Defines |
#define | UNROLL_COUNT 16 |
Functions |
void | TinyGL::memset_s (void *adr, int val, int count) |
void | TinyGL::memset_l (void *adr, int val, int count) |
static void | TinyGL::blitPixel (uint8 offset, unsigned int *from_z, unsigned int *to_z, unsigned int z_length, byte *from_color, byte *to_color, unsigned int color_length) |
Define Documentation