Home
last modified time | relevance | path

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

/dports/games/glaxium/glaxium_0.5/
H A Dvariables.cpp76 void changeAllTextures(GLenum mag, GLenum min);
113 changeAllTextures(GL_NEAREST, GL_NEAREST_MIPMAP_NEAREST); in initOptionsFile()
116 changeAllTextures(GL_LINEAR, GL_LINEAR_MIPMAP_NEAREST); in initOptionsFile()
119 changeAllTextures(GL_LINEAR, GL_LINEAR_MIPMAP_LINEAR); in initOptionsFile()
H A Dscene.cpp2299 void changeAllTextures(GLenum mag, GLenum min) { in changeAllTextures() function
2462 changeAllTextures(GL_NEAREST, GL_NEAREST_MIPMAP_NEAREST); in menuIdle()
2465 changeAllTextures(GL_LINEAR, GL_LINEAR_MIPMAP_NEAREST); in menuIdle()
2468 changeAllTextures(GL_LINEAR, GL_LINEAR_MIPMAP_LINEAR); in menuIdle()