Home | History | Annotate | Download | only in Shader

Lines Matching refs:TEXTURE_CUBE

99 			if(state.textureType == TEXTURE_CUBE)
111 if(state.textureType != TEXTURE_CUBE)
327 if(state.textureType == TEXTURE_CUBE)
339 if(state.textureType != TEXTURE_CUBE)
1694 int f0 = state.textureType == TEXTURE_CUBE ? 0 : 0;
1695 int f1 = state.textureType == TEXTURE_CUBE ? 1 : 0;
1696 int f2 = state.textureType == TEXTURE_CUBE ? 2 : 0;
1697 int f3 = state.textureType == TEXTURE_CUBE ? 3 : 0;
1971 int f0 = state.textureType == TEXTURE_CUBE ? 0 : 0;
1972 int f1 = state.textureType == TEXTURE_CUBE ? 1 : 0;
1973 int f2 = state.textureType == TEXTURE_CUBE ? 2 : 0;
1974 int f3 = state.textureType == TEXTURE_CUBE ? 3 : 0;
2046 if(state.textureType != TEXTURE_CUBE)