Searched refs:GLint (Results 251 - 275 of 511) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h76 typedef int GLint; typedef
911 typedef void (WINE_GLAPI *PGLFNSTENCILFUNCSEPARATEPROC)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
924 GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
926 GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
928 typedef GLint (WINE_GLAPI *PGLFNGETATTRIBLOCATIONPROC)(GLuint program, const GLchar *name);
929 typedef void (WINE_GLAPI *PGLFNGETPROGRAMIVPROC)(GLuint program, GLenum pname, GLint *params);
932 typedef void (WINE_GLAPI *PGLFNGETSHADERIVPROC)(GLuint shader, GLenum pname, GLint *params);
935 typedef GLint (WINE_GLAPI *PGLFNGETUNIFORMLOCATIONPROC)(GLuint program, const GLchar *name);
936 typedef void (WINE_GLAPI *PGLFNGETUNIFORMFVPROC)(GLuint program, GLint location, GLfloat *params);
937 typedef void (WINE_GLAPI *PGLFNGETUNIFORMIVPROC)(GLuint program, GLint locatio
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxscreens.h76 GLint numVisuals;
77 GLint numUsableVisuals;
H A Dglxcontext.h117 GLint screen;
153 GLint feedbackBufSize; /* number of elements allocated */
155 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxcontext.h116 GLint feedbackBufSize; /* number of elements allocated */
118 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_bounds.c11 void PACK_APIENTRY crPackBoundsInfoCR( CR_PACKER_CONTEXT_ARGDECL const CRrecti *bounds, const GLbyte *payload, GLint len, GLint num_opcodes )
H A Dpack_pixelmap.c16 sizeof( mapsize ) + sizeof(int) + sizeof(GLint);
29 WRITE_DATA( 12, GLint, (GLint)(uintptr_t)values);
H A Dpack_swap_pixelmap.c30 WRITE_DATA( 8 + i*sizeof(GLint), GLint, SWAP32(*((GLint *)values + i) ));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxdrawable.h79 GLint xorigin, yorigin;
80 GLint width, height;
H A Dindirect_util.h29 extern GLint __glGetBooleanv_variable_size( GLenum e );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dqueryobj.h55 _mesa_GetQueryivARB(GLenum target, GLenum pname, GLint *params);
58 _mesa_GetQueryObjectivARB(GLuint id, GLenum pname, GLint *params);
H A Dapi_validate.h35 GLenum mode, GLint start, GLsizei count);
H A Dget.h48 _mesa_GetIntegerv( GLenum pname, GLint *params );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxdrawable.h79 GLint xorigin, yorigin;
80 GLint width, height;
H A Dxf86glxint.h58 GLint x, GLint y, GLuint width, GLuint height,
75 GLint x, GLint y,
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu.h24 GLint clientCtx; /* client context ID */
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprogram.h59 _mesa_set_program_error(GLcontext *ctx, GLint pos, const char *string);
63 GLint *line, GLint *col);
122 extern GLint
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_simplify.h29 extern GLint
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxcontext.h101 GLint screen;
132 GLint feedbackBufSize; /* number of elements allocated */
134 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_viewport.c58 void STATE_APIENTRY crStateViewport(GLint x, GLint y, GLsizei width,
90 v->viewportX = (GLint) (x);
91 v->viewportY = (GLint) (y);
92 v->viewportW = (GLint) (width);
93 v->viewportH = (GLint) (height);
132 void STATE_APIENTRY crStateScissor (GLint x, GLint y,
157 v->scissorX = (GLint) (x);
158 v->scissorY = (GLint) (
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_pixelmap.c17 values = (GLfloat*) (uintptr_t) READ_DATA(sizeof(int) + 12, GLint);
33 values = (GLuint*) (uintptr_t) READ_DATA(sizeof(int) + 12, GLint);
49 values = (GLushort*) (uintptr_t) READ_DATA(sizeof(int) + 12, GLint);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c67 static GLboolean packspu_CheckTexImageInternalFormat(GLint internalformat)
164 static GLboolean packspu_CheckTexImageParams(GLint internalformat, GLenum format, GLenum type)
274 void PACKSPU_APIENTRY packspu_PixelStorei( GLenum pname, GLint param )
298 void PACKSPU_APIENTRY packspu_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
329 void PACKSPU_APIENTRY packspu_CopyPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum type )
358 void PACKSPU_APIENTRY packspu_TexImage1D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLint borde
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h119 GLint id; /*unique shared state id, it's not always matching some existing context id!*/
120 GLint saveCount;
212 DECLEXPORT(CRContext *) crStateCreateContext(const CRLimitsState *limits, GLint visBits, CRContext *share);
213 DECLEXPORT(CRContext *) crStateCreateContextEx(const CRLimitsState *limits, GLint visBits, CRContext *share, GLint presetID);
256 GLint idFBO;
259 GLint posX;
260 GLint posY;
261 GLint width;
262 GLint heigh
[all...]
H A Dcr_server.h90 GLint visualBits;
97 GLint requestedVisualBits;
98 GLint realVisualBits;
206 GLint ctxVisBits;
227 GLint gX, gY; /*guest coordinates*/
228 GLint hX, hY; /*host coordinates, screenID related*/
239 GLint cVisibleRects; /*count of visible rects*/
240 GLint *pVisibleRects; /*visible rects left, top, right, bottom*/
255 GLint iCurDrawBuffer;
256 GLint iCurReadBuffe
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getpixelmap.c15 static GLint __sizeQuery( GLenum map )
17 GLint get_values;
70 pbo_offset = (GLfloat*) ((uintptr_t) *((GLint*)values));
97 pbo_offset = (GLuint*) ((uintptr_t) *((GLint*)values));
124 pbo_offset = (GLushort*) ((uintptr_t) *((GLint*)values));
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c139 static ContextInfo * renderspuCreateContextInternal(const char *dpyName, GLint visBits, GLint idCtx, ContextInfo * sharedContext)
146 idCtx = (GLint)crHashtableAllocKeys(render_spu.contextTable, 1);
194 GLint renderspuCreateContextEx(const char *dpyName, GLint visBits, GLint id, GLint shareCtx)
214 GLint RENDER_APIENTRY
215 renderspuCreateContext(const char *dpyName, GLint visBits, GLint shareCt
[all...]

Completed in 131 milliseconds

<<11121314151617181920>>