Searched refs:GLint (Results 201 - 225 of 511) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dspantmp.h47 GLuint n, GLint x, GLint y,
53 GLint x1;
54 GLint n1;
61 GLint i = 0;
90 GLuint n, GLint x, GLint y,
96 GLint x1;
97 GLint n1;
104 GLint
[all...]
H A Dxmlconfig.h41 GLint _int; /**< \brief Integer or Enum */
103 GLint screenNum, const char *driverName);
120 GLint driQueryOptioni (const driOptionCache *cache, const char *name);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h166 GLint returnBufSize;
171 GLint largeCmdBytesSoFar; /* bytes received so far */
172 GLint largeCmdBytesTotal; /* total bytes expected */
173 GLint largeCmdRequestsSoFar; /* requests received so far */
174 GLint largeCmdRequestsTotal; /* total requests expected */
176 GLint largeCmdBufSize;
183 GLint numCurrentContexts;
263 GLint imageHeight, GLint rowLength, GLint skipImage
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h159 GLint returnBufSize;
164 GLint largeCmdBytesSoFar; /* bytes received so far */
165 GLint largeCmdBytesTotal; /* total bytes expected */
166 GLint largeCmdRequestsSoFar; /* requests received so far */
167 GLint largeCmdRequestsTotal; /* total requests expected */
169 GLint largeCmdBufSize;
176 GLint numCurrentContexts;
256 GLint imageHeight, GLint rowLength, GLint skipImage
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_evaluators.h39 GLint order;
47 GLint uorder;
48 GLint vorder;
68 GLint un1D; /* GL_MAP1_GRID_SEGMENTS */
71 GLint un2D; /* GL_MAP2_GRID_SEGMENTS (u) */
72 GLint vn2D; /* GL_MAP2_GRID_SEGMENTS (v) */
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_lists.c33 void PACK_APIENTRY crPackCallListsSWAP(GLint n, GLenum type,
39 GLint *intPtr;
57 WRITE_DATA( 0, GLint, SWAP32(n) );
62 intPtr = (GLint *) (data_ptr + 8);
94 WRITE_DATA( 0, GLint, SWAP32(16) );
111 WRITE_DATA( 0, GLint, SWAP32(8) );
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglext.h5425 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
5426 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
5427 GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffse
[all...]
H A Dgl.h155 typedef int GLint; /* 4-byte signed */ typedef
800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
814 GLAPI void GLAPIENTRY glScissor( GLint x, GLint y, GLsizei width, GLsizei height);
842 GLAPI void GLAPIENTRY glGetIntegerv( GLenum pname, GLint *params );
855 GLAPI GLint GLAPIENTRY glRenderMode( GLenum mode );
904 GLAPI void GLAPIENTRY glViewport( GLint x, GLint y,
964 GLAPI void GLAPIENTRY glVertex2i( GLint x, GLint
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.c14 extern GLint EXPANDOSPU_APIENTRY
15 expandoCreateContext(const char *displayName, GLint visBits, GLint shareCtx)
18 GLint contextId;
67 expandoDestroyContext(GLint contextId)
78 expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId)
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_regcombiner.c21 GLint *params = DATA_POINTER( sizeof( int ) + 8, GLint );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_print.h53 extern GLint
54 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c45 GLint APIENTRY crCreateContext( const char *dpyName, GLint visBits )
60 void APIENTRY crDestroyContext( GLint context )
65 void APIENTRY crMakeCurrent( GLint window, GLint context )
79 GLint APIENTRY crGetCurrentContext( void )
85 return (GLint) context->id;
90 GLint APIENTRY crGetCurrentWindow( void )
101 void APIENTRY crSwapBuffers( GLint window, GLint flag
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxserver.h145 GLint returnBufSize;
150 GLint largeCmdBytesSoFar; /* bytes received so far */
151 GLint largeCmdBytesTotal; /* total bytes expected */
152 GLint largeCmdRequestsSoFar; /* requests received so far */
153 GLint largeCmdRequestsTotal; /* total requests expected */
155 GLint largeCmdBufSize;
234 GLint imageHeight, GLint rowLength, GLint skipImages,
235 GLint skipRow
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxserver.h147 GLint returnBufSize;
152 GLint largeCmdBytesSoFar; /* bytes received so far */
153 GLint largeCmdBytesTotal; /* total bytes expected */
154 GLint largeCmdRequestsSoFar; /* requests received so far */
155 GLint largeCmdRequestsTotal; /* total requests expected */
157 GLint largeCmdBufSize;
236 GLint imageHeight, GLint rowLength, GLint skipImages,
237 GLint skipRow
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxserver.h77 extern GLint __glXNumActiveScreens;
109 GLint returnBufSize;
117 GLint numCurrentContexts;
130 GLint largeCmdBytesSoFar; /* bytes received so far */
131 GLint largeCmdBytesTotal; /* total bytes expected */
132 GLint largeCmdRequestsSoFar; /* requests received so far */
133 GLint largeCmdRequestsTotal; /* total requests expected */
137 GLint largeCmdBufSize;
138 GLint largeCmdMaxReqDataSize;
233 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h90 extern GLint __glXNumActiveScreens;
129 GLint returnBufSize;
137 GLint numCurrentContexts;
152 GLint largeCmdBytesSoFar; /* bytes received so far */
153 GLint largeCmdBytesTotal; /* total bytes expected */
154 GLint largeCmdRequestsSoFar; /* requests received so far */
155 GLint largeCmdRequestsTotal; /* total requests expected */
159 GLint largeCmdBufSize;
160 GLint largeCmdMaxReqDataSize;
254 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h85 extern GLint __glXNumActiveScreens;
124 GLint returnBufSize;
132 GLint numCurrentContexts;
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
149 GLint largeCmdRequestsSoFar; /* requests received so far */
150 GLint largeCmdRequestsTotal; /* total requests expected */
154 GLint largeCmdBufSize;
155 GLint largeCmdMaxReqDataSize;
249 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h85 extern GLint __glXNumActiveScreens;
124 GLint returnBufSize;
132 GLint numCurrentContexts;
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
149 GLint largeCmdRequestsSoFar; /* requests received so far */
150 GLint largeCmdRequestsTotal; /* total requests expected */
154 GLint largeCmdBufSize;
155 GLint largeCmdMaxReqDataSize;
249 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h85 extern GLint __glXNumActiveScreens;
124 GLint returnBufSize;
132 GLint numCurrentContexts;
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
149 GLint largeCmdRequestsSoFar; /* requests received so far */
150 GLint largeCmdRequestsTotal; /* total requests expected */
154 GLint largeCmdBufSize;
155 GLint largeCmdMaxReqDataSize;
249 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h85 extern GLint __glXNumActiveScreens;
124 GLint returnBufSize;
132 GLint numCurrentContexts;
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
149 GLint largeCmdRequestsSoFar; /* requests received so far */
150 GLint largeCmdRequestsTotal; /* total requests expected */
154 GLint largeCmdBufSize;
155 GLint largeCmdMaxReqDataSize;
249 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h85 extern GLint __glXNumActiveScreens;
116 GLint returnBufSize;
124 GLint numCurrentContexts;
139 GLint largeCmdBytesSoFar; /* bytes received so far */
140 GLint largeCmdBytesTotal; /* total bytes expected */
141 GLint largeCmdRequestsSoFar; /* requests received so far */
142 GLint largeCmdRequestsTotal; /* total requests expected */
146 GLint largeCmdBufSize;
147 GLint largeCmdMaxReqDataSize;
241 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxserver.h79 extern GLint __glXNumActiveScreens;
110 GLint returnBufSize;
118 GLint numCurrentContexts;
133 GLint largeCmdBytesSoFar; /* bytes received so far */
134 GLint largeCmdBytesTotal; /* total bytes expected */
135 GLint largeCmdRequestsSoFar; /* requests received so far */
136 GLint largeCmdRequestsTotal; /* total requests expected */
140 GLint largeCmdBufSize;
141 GLint largeCmdMaxReqDataSize;
235 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxserver.h77 extern GLint __glXNumActiveScreens;
109 GLint returnBufSize;
117 GLint numCurrentContexts;
132 GLint largeCmdBytesSoFar; /* bytes received so far */
133 GLint largeCmdBytesTotal; /* total bytes expected */
134 GLint largeCmdRequestsSoFar; /* requests received so far */
135 GLint largeCmdRequestsTotal; /* total requests expected */
139 GLint largeCmdBufSize;
140 GLint largeCmdMaxReqDataSize;
235 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h95 extern GLint __glXNumActiveScreens;
134 GLint returnBufSize;
142 GLint numCurrentContexts;
157 GLint largeCmdBytesSoFar; /* bytes received so far */
158 GLint largeCmdBytesTotal; /* total bytes expected */
159 GLint largeCmdRequestsSoFar; /* requests received so far */
160 GLint largeCmdRequestsTotal; /* total requests expected */
164 GLint largeCmdBufSize;
165 GLint largeCmdMaxReqDataSize;
259 GLint rowLengt
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h95 extern GLint __glXNumActiveScreens;
134 GLint returnBufSize;
142 GLint numCurrentContexts;
157 GLint largeCmdBytesSoFar; /* bytes received so far */
158 GLint largeCmdBytesTotal; /* total bytes expected */
159 GLint largeCmdRequestsSoFar; /* requests received so far */
160 GLint largeCmdRequestsTotal; /* total requests expected */
164 GLint largeCmdBufSize;
165 GLint largeCmdMaxReqDataSize;
259 GLint rowLengt
[all...]

Completed in 133 milliseconds

1234567891011>>