Home
last modified time | relevance | path

Searched refs:textureNonPowerOfTwo (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dtexture.c121 if (screen->textureNonPowerOfTwo || in imageToTexture()
265 (screen->textureNonPowerOfTwo || in bindPixmapToTexture()
440 if (screen->textureNonPowerOfTwo && screen->fbo && texture->mipmap) in enableTexture()
H A Dscreen.c2077 s->textureNonPowerOfTwo = 0; in addScreen()
2079 s->textureNonPowerOfTwo = 1; in addScreen()
2090 if (!s->textureNonPowerOfTwo) in addScreen()
2100 if (!(s->textureRectangle || s->textureNonPowerOfTwo)) in addScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/mblur/
H A Dmblur.c164 if (s->textureNonPowerOfTwo || in mblurPaintScreen()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/mag/
H A Dmag.c1103 if (s->textureNonPowerOfTwo) in magInitScreen()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dwater.c972 if (s->textureNonPowerOfTwo || in waterReset()
H A Dblur.c1976 if (s->textureNonPowerOfTwo || in blurUpdateDstTexture()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h2027 int textureNonPowerOfTwo; member