Lines Matching refs:GLclampx
38793 GLclampx ref;
38799 const GLclampx ref = cmd->ref;
38803 _mesa_marshal_AlphaFuncx(GLenum func, GLclampx ref)
38827 GLclampx red;
38828 GLclampx green;
38829 GLclampx blue;
38830 GLclampx alpha;
38835 const GLclampx red = cmd->red;
38836 const GLclampx green = cmd->green;
38837 const GLclampx blue = cmd->blue;
38838 const GLclampx alpha = cmd->alpha;
38842 _mesa_marshal_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
38868 GLclampx depth;
38873 const GLclampx depth = cmd->depth;
38877 _mesa_marshal_ClearDepthx(GLclampx depth)
38941 GLclampx zNear;
38942 GLclampx zFar;
38947 const GLclampx zNear = cmd->zNear;
38948 const GLclampx zFar = cmd->zFar;
38952 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar)
39546 GLclampx value;
39552 const GLclampx value = cmd->value;
39557 _mesa_marshal_SampleCoveragex(GLclampx value, GLboolean invert)