Searched refs:GL_MIN (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-blend-min.c54 glBlendEquation (GL_MIN);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN:
H A DgenX_state_upload.c2962 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
2965 if (eqA == GL_MIN || eqA == GL_MAX)
4869 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
4872 if (eqA == GL_MIN || eqA == GL_MAX)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_util.c42 case GL_MIN:
H A DgenX_state_upload.c2861 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
2864 if (eqA == GL_MIN || eqA == GL_MAX)
4791 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
4794 if (eqA == GL_MIN || eqA == GL_MAX)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN:
233 if (ctx->Color.Blend[i].EquationRGB == GL_MIN ||
249 if (ctx->Color.Blend[i].EquationA == GL_MIN ||
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c62 case GL_MIN:
240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN ||
256 if (ctx->Color.Blend[i].EquationA == GL_MIN ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h75 case GL_MIN:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h75 case GL_MIN:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.h191 case GL_MIN:
H A Dblend.c457 case GL_MIN:
H A Dsamplerobj.c924 if (param != GL_WEIGHTED_AVERAGE_EXT && param != GL_MIN && param != GL_MAX)
H A Dtexparam.c627 if (mode == GL_WEIGHTED_AVERAGE_EXT || mode == GL_MIN || mode == GL_MAX) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c313 assert(ctx->Color.Blend[0].EquationRGB == GL_MIN);
314 assert(ctx->Color.Blend[0].EquationA == GL_MIN);
757 case GL_MIN:
785 case GL_MIN:
912 else if (eq == GL_MIN) {
913 /* Note: GL_MIN ignores the blending weight factors */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c313 assert(ctx->Color.Blend[0].EquationRGB == GL_MIN);
314 assert(ctx->Color.Blend[0].EquationA == GL_MIN);
757 case GL_MIN:
785 case GL_MIN:
912 else if (eq == GL_MIN) {
913 /* Note: GL_MIN ignores the blending weight factors */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_state.c272 case GL_MIN:
305 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
309 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Di830_state.c279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
302 case GL_MIN:
330 case GL_MIN:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_state.c272 case GL_MIN:
305 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
309 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Di830_state.c279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
302 case GL_MIN:
330 case GL_MIN:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblend.c437 case GL_MIN:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c198 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
201 * value if color blending is not enabled, since at least blend equations GL_MIN
251 case GL_MIN:
285 case GL_MIN:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c198 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
201 * value if color blending is not enabled, since at least blend equations GL_MIN
251 case GL_MIN:
285 case GL_MIN:
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h1595 #define GL_MIN 0x8007 macro
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl3.h701 #define GL_MIN 0x8007 macro
H A Dgl31.h703 #define GL_MIN 0x8007 macro

Completed in 50 milliseconds

12