Searched refs:decal (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/samples/ | ||
| H A D | texture.c | 40 float decal[] = {GL_DECAL}; variable in typeref:typename:float[] 278 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, decal); |
| H A D | eval.c | 142 static float decal[] = {GL_DECAL}; local in function:Init 170 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, decal); |
| H A D | quad.c | 114 static float decal[] = {GL_DECAL}; local in function:Init 144 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, decal); |
| H A D | sphere.c | 46 float decal[] = {GL_DECAL}; variable in typeref:typename:float[] 896 textureEnvironment = decal; |
| H A D | logo.c | 110 static float decal[] = { variable in typeref:typename:float[] 1307 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, decal); 1515 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, decal); |
Completed in 5 milliseconds