Lines Matching refs:GLclampx
13 typedef int GLclampx;
1270 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFuncx)(GLenum func, GLclampx ref);
1271 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
1272 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthx)(GLclampx depth);
1274 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangex)(GLclampx zNear, GLclampx zFar);
1295 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoveragex)(GLclampx value, GLboolean invert);
10070 GLAPI void APIENTRY GLAPI_PREFIX(AlphaFuncx)(GLenum func, GLclampx ref)
10074 ((void (APIENTRY *)(GLenum func, GLclampx ref)) _func)(func, ref);
10077 GLAPI void APIENTRY GLAPI_PREFIX(ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
10081 ((void (APIENTRY *)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)) _func)(red, green, blue, alpha);
10084 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthx)(GLclampx depth)
10088 ((void (APIENTRY *)(GLclampx depth)) _func)(depth);
10098 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangex)(GLclampx zNear, GLclampx zFar)
10102 ((void (APIENTRY *)(GLclampx zNear, GLclampx zFar)) _func)(zNear, zFar);
10245 GLAPI void APIENTRY GLAPI_PREFIX(SampleCoveragex)(GLclampx value, GLboolean invert)
10249 ((void (APIENTRY *)(GLclampx value, GLboolean invert)) _func)(value, invert);