Home
last modified time | relevance | path

Searched refs:fractal3Texture (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dmaze3d.c206 GLuint fractal1Texture, fractal2Texture, fractal3Texture, fractal4Texture; member
347 glGenTextures(1, &maze->fractal3Texture); in setup_textures()
348 glBindTexture(GL_TEXTURE_2D, maze->fractal3Texture); in setup_textures()
1963 glDeleteTextures(1, &maze->fractal3Texture); in release_maze3d()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dmaze3d.c185 GLuint fractal1Texture, fractal2Texture, fractal3Texture, fractal4Texture; member
324 glGenTextures(1, &maze->fractal3Texture); in setup_textures()
325 glBindTexture(GL_TEXTURE_2D, maze->fractal3Texture); in setup_textures()
1940 glDeleteTextures(1, &maze->fractal3Texture); in free_maze()