HomeSort by: relevance | last modified time | path
    Searched refs:ReductionMode (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texobj.h 151 sampler->Attrib.ReductionMode == GL_WEIGHTED_AVERAGE_EXT &&
samplerobj.c 151 sampObj->Attrib.ReductionMode = GL_WEIGHTED_AVERAGE_EXT;
921 if (samp->Attrib.ReductionMode == param)
928 samp->Attrib.ReductionMode = param;
1575 *params = (GLenum) sampObj->Attrib.ReductionMode;
1653 *params = (GLfloat) sampObj->Attrib.ReductionMode;
1731 *params = (GLenum) sampObj->Attrib.ReductionMode;
1809 *params = (GLenum) sampObj->Attrib.ReductionMode;
texparam.c 628 if (texObj->Sampler.Attrib.ReductionMode != mode) {
630 texObj->Sampler.Attrib.ReductionMode = mode;
2412 *params = (GLfloat) obj->Sampler.Attrib.ReductionMode;
2685 *params = obj->Sampler.Attrib.ReductionMode;
texobj.c 381 obj->Sampler.Attrib.ReductionMode = GL_WEIGHTED_AVERAGE_EXT;
mtypes.h 919 GLenum16 ReductionMode; /**< GL_EXT_texture_filter_minmax */

Completed in 19 milliseconds