Lines Matching refs:GLclampd

221 void APIENTRY shared_dispatch_stub_208(GLclampd depth);
301 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar);
844 void APIENTRY shared_dispatch_stub_831(GLuint first, GLsizei count, const GLclampd *v);
845 void APIENTRY shared_dispatch_stub_832(GLuint index, GLclampd n, GLclampd f);
1286 void APIENTRY shared_dispatch_stub_1273(GLclampd zmin, GLclampd zmax);
2692 static void APIENTRY noopClearDepth(GLclampd depth)
3172 static void APIENTRY noopDepthRange(GLclampd zNear, GLclampd zFar)
6452 static void APIENTRY noopDepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
6458 static void APIENTRY noopDepthRangeIndexed(GLuint index, GLclampd n, GLclampd f)
9115 static void APIENTRY noopDepthBoundsEXT(GLclampd zmin, GLclampd zmax)
19004 void APIENTRY shared_dispatch_stub_208(GLclampd depth)
19008 ((void (APIENTRY *)(GLclampd depth)) _func)(depth);
19564 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar)
19568 ((void (APIENTRY *)(GLclampd zNear, GLclampd zFar)) _func)(zNear, zFar);
23365 void APIENTRY shared_dispatch_stub_831(GLuint first, GLsizei count, const GLclampd *v)
23369 ((void (APIENTRY *)(GLuint first, GLsizei count, const GLclampd *v)) _func)(first, count, v);
23372 void APIENTRY shared_dispatch_stub_832(GLuint index, GLclampd n, GLclampd f)
23376 ((void (APIENTRY *)(GLuint index, GLclampd n, GLclampd f)) _func)(index, n, f);
26459 void APIENTRY shared_dispatch_stub_1273(GLclampd zmin, GLclampd zmax)
26463 ((void (APIENTRY *)(GLclampd zmin, GLclampd zmax)) _func)(zmin, zmax);