Searched refs:GLclampf (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dblend.h57 _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
61 _mesa_AlphaFunc( GLenum func, GLclampf ref );
H A Dbuffers.h43 _mesa_ClearColor( GLclampf red, GLclampf green,
44 GLclampf blue, GLclampf alpha );
72 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
H A Dtexobj.h96 const GLclampf *priorities );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_multisample.c31 void STATE_APIENTRY crStateSampleCoverageARB(GLclampf value, GLboolean invert)
H A Dstate_buffer.c85 void STATE_APIENTRY crStateAlphaFunc (GLenum func, GLclampf ref)
234 void STATE_APIENTRY crStateBlendColorEXT( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
647 void STATE_APIENTRY crStateClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
720 void STATE_APIENTRY crStateClearAccum (GLclampf re
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h161 typedef float GLclampf; /* single precision float in [0,1] */ typedef
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
786 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
1343 const GLclampf *priorities );
1663 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
1664 GLclampf blu
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h159 typedef float GLclampf; /* single precision float in [0,1] */ typedef
776 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
1341 const GLclampf *priorities );
1661 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
1662 GLclampf blu
[all...]
H A Dglext.h3780 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
3819 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
3900 GLAPI void APIENTRY glSampleCoverage (GLclampf, GLboolean);
3947 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf valu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglapitable.h247 void (GLAPIENTRYP ClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
281 void (GLAPIENTRYP AlphaFunc) (GLenum func, GLclampf ref); /* 240 */
372 void (GLAPIENTRYP PrioritizeTextures) (GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
377 void (GLAPIENTRYP BlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglapitable.h247 void (GLAPIENTRYP ClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
281 void (GLAPIENTRYP AlphaFunc) (GLenum func, GLclampf ref); /* 240 */
372 void (GLAPIENTRYP PrioritizeTextures) (GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
377 void (GLAPIENTRYP BlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_texture.c129 GLclampf *priorities = DATA_POINTER( sizeof( int ) + 4 + n*sizeof( GLuint ),
130 GLclampf );
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_pointers.c641 int crdlm_pointers_PrioritizeTextures(struct instancePrioritizeTextures *instance, GLsizei n, const GLuint *textures, const GLclampf *priorities)
643 unsigned int size = n * (sizeof(GLuint) + sizeof(GLclampf));
646 instance->priorities = (GLclampf *)(((char *)&instance->data[0]) + n * sizeof(GLuint));
649 crMemcpy(instance->priorities, priorities, n * sizeof(GLclampf));
H A Ddlm_pointers.h53 extern int crdlm_pointers_PrioritizeTextures(struct instancePrioritizeTextures *instance, GLsizei n, const GLuint *textures, const GLclampf *priorities);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitable.h250 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
284 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
375 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
380 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglapitable.h249 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
283 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
374 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
379 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitable.h250 void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
284 void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
375 void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
380 void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_texture.c229 void SERVER_DISPATCH_APIENTRY crServerDispatchPrioritizeTextures( GLsizei n, const GLuint * textures, const GLclampf * priorities )
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h3792 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
3831 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
3912 GLAPI void APIENTRY glSampleCoverage (GLclampf, GLboolean);
3959 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf valu
[all...]
/vbox/include/VBox/HostServices/
H A Dglext.h3463 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
3502 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
3583 GLAPI void APIENTRY glSampleCoverage (GLclampf, GLboolean);
3630 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf valu
[all...]

Completed in 209 milliseconds

123