Lines Matching refs:GLclampx
17089 GLclampx red;
17090 GLclampx green;
17091 GLclampx blue;
17092 GLclampx alpha;
17097 const GLclampx red = cmd->red; in _mesa_unmarshal_ClearColorx()
17098 const GLclampx green = cmd->green; in _mesa_unmarshal_ClearColorx()
17099 const GLclampx blue = cmd->blue; in _mesa_unmarshal_ClearColorx()
17100 const GLclampx alpha = cmd->alpha; in _mesa_unmarshal_ClearColorx()
17104 _mesa_marshal_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in _mesa_marshal_ClearColorx()
17473 GLclampx value;
17479 const GLclampx value = cmd->value; in _mesa_unmarshal_SampleCoveragex()
17484 _mesa_marshal_SampleCoveragex(GLclampx value, GLboolean invert) in _mesa_marshal_SampleCoveragex()
21032 GLclampx zNear;
21033 GLclampx zFar;
21038 const GLclampx zNear = cmd->zNear; in _mesa_unmarshal_DepthRangex()
21039 const GLclampx zFar = cmd->zFar; in _mesa_unmarshal_DepthRangex()
21043 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar) in _mesa_marshal_DepthRangex()
36545 GLclampx depth;
36550 const GLclampx depth = cmd->depth; in _mesa_unmarshal_ClearDepthx()
36554 _mesa_marshal_ClearDepthx(GLclampx depth) in _mesa_marshal_ClearDepthx()
37198 GLclampx ref;
37204 const GLclampx ref = cmd->ref; in _mesa_unmarshal_AlphaFuncx()
37208 _mesa_marshal_AlphaFuncx(GLenum func, GLclampx ref) in _mesa_marshal_AlphaFuncx()