Lines Matching refs:sampler
65 Sampler::State sampler[VERTEX_TEXTURE_IMAGE_UNITS]; member
143 void setTextureFilter(unsigned int sampler, FilterType textureFilter);
144 void setMipmapFilter(unsigned int sampler, MipmapType mipmapFilter);
145 void setGatherEnable(unsigned int sampler, bool enable);
146 void setAddressingModeU(unsigned int sampler, AddressingMode addressingMode);
147 void setAddressingModeV(unsigned int sampler, AddressingMode addressingMode);
148 void setAddressingModeW(unsigned int sampler, AddressingMode addressingMode);
149 void setReadSRGB(unsigned int sampler, bool sRGB);
150 void setMipmapLOD(unsigned int sampler, float bias);
151 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
153 void setHighPrecisionFiltering(unsigned int sampler, bool highPrecisionFiltering);
154 void setSwizzleR(unsigned int sampler, SwizzleType swizzleR);
155 void setSwizzleG(unsigned int sampler, SwizzleType swizzleG);
156 void setSwizzleB(unsigned int sampler, SwizzleType swizzleB);
157 void setSwizzleA(unsigned int sampler, SwizzleType swizzleA);
158 void setCompareFunc(unsigned int sampler, CompareFunc compare);
159 void setBaseLevel(unsigned int sampler, int baseLevel);
160 void setMaxLevel(unsigned int sampler, int maxLevel);
161 void setMinLod(unsigned int sampler, float minLod);
162 void setMaxLod(unsigned int sampler, float maxLod);