Searched defs:tex_buf (Results 1 – 2 of 2) sorted by relevance
78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
650 std::vector<GLubyte> tex_buf(width * height * MAX_PIXEL_SIZE, 0); in clearTextures() local