Searched refs:GLint (Results 126 - 150 of 511) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_ir.h145 GLint Index; /**< -1 means unallocated */
146 GLint Size; /**< number of floats */
148 GLint RefCount; /**< Used during IR tree delete */
169 GLint InstLocation; /**< Location of instruction emitted for this node */
201 _slang_new_ir_storage(enum register_file file, GLint index, GLint size);
205 _slang_new_ir_storage_swz(enum register_file file, GLint index, GLint size,
209 _slang_new_ir_storage_relative(GLint index, GLint siz
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedback_context.c25 GLint FEEDBACKSPU_APIENTRY
26 feedbackspu_VBoxCreateContext( GLint con, const char *dpyName, GLint visual, GLint shareCtx )
28 GLint ctx, slot;
57 GLint FEEDBACKSPU_APIENTRY
58 feedbackspu_CreateContext( const char *dpyName, GLint visual, GLint shareCtx )
64 feedbackspu_MakeCurrent( GLint window, GLint nativeWindo
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_parameter.h92 extern GLint
98 extern GLint
102 extern GLint
107 extern GLint
112 extern GLint
120 extern GLint
124 extern GLint
128 extern GLint
130 const char *name, GLint size, GLenum datatype, GLint attri
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_context.c20 crPackCreateContext( const char *dpyName, GLint visual, GLint shareCtx,
21 GLint *return_value, int *writeback )
40 WRITE_DATA( 0, GLint, len );
43 WRITE_DATA( DISPLAY_NAME_LEN + 8, GLint, visual );
44 WRITE_DATA( DISPLAY_NAME_LEN + 12, GLint, shareCtx );
53 crPackCreateContextSWAP( const char *dpyName, GLint visual, GLint shareCtx,
54 GLint *return_value, int *writeback )
73 WRITE_DATA( 0, GLint, SWAP3
[all...]
H A Dpack_pixels.c27 sizeof( type ) + sizeof(int) + sizeof(GLint);
46 WRITE_DATA( 16, GLint, noimagedata );
47 WRITE_DATA( 20, GLint, (GLint) (uintptr_t) pixels );
60 void PACK_APIENTRY crPackReadPixels(GLint x, GLint y, GLsizei width,
68 GLint stride = 0;
69 GLint bytes_per_row;
86 GLint remainder = bytes_per_row % packstate->alignment;
92 WRITE_DATA( 0, GLint,
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.h57 extern GLint EXPANDOSPU_APIENTRY expandoCreateContext(const char *displayName, GLint visBits, GLint shareCtx);
58 extern void EXPANDOSPU_APIENTRY expandoDestroyContext(GLint contextId);
59 extern void EXPANDOSPU_APIENTRY expandoMakeCurrent(GLint crWindow, GLint nativeWindow, GLint contextId);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglu.h293 GLAPI GLint GLAPIENTRY gluBuild1DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data);
294 GLAPI GLint GLAPIENTRY gluBuild1DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void *data);
295 GLAPI GLint GLAPIENTRY gluBuild2DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint leve
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglu.h289 GLAPI GLint GLAPIENTRY gluBuild1DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data);
290 GLAPI GLint GLAPIENTRY gluBuild1DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, const void *data);
291 GLAPI GLint GLAPIENTRY gluBuild2DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint leve
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h123 GLint x, GLint y, GLsizei width, GLsizei height,
132 GLint x, GLint y, GLsizei width, GLsizei height,
140 void (*CopyPixels)( GLcontext *ctx, GLint srcx, GLint srcy,
142 GLint dstx, GLint dsty, GLenum type );
148 GLint x, GLint
[all...]
H A Dtexstate.h55 _mesa_GetTexEnviv( GLenum target, GLenum pname, GLint *params );
64 _mesa_GetTexGeniv( GLenum coord, GLenum pname, GLint *params );
67 _mesa_GetTexLevelParameterfv( GLenum target, GLint level,
71 _mesa_GetTexLevelParameteriv( GLenum target, GLint level,
72 GLenum pname, GLint *params );
78 _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params );
88 _mesa_TexEnvi( GLenum target, GLenum pname, GLint param );
91 _mesa_TexEnviv( GLenum target, GLenum pname, const GLint *param );
102 _mesa_TexParameteri( GLenum target, GLenum pname, GLint param );
105 _mesa_TexParameteriv( GLenum target, GLenum pname, const GLint *param
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxcontext.h84 GLint screen;
100 GLint feedbackBufSize; /* number of elements allocated */
102 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
H A Dglapitable.h58 void (GLAPIENTRYP Color3i)(GLint red, GLint green, GLint blue); /* 15 */
59 void (GLAPIENTRYP Color3iv)(const GLint * v); /* 16 */
74 void (GLAPIENTRYP Color4i)(GLint red, GLint green, GLint blue, GLint alpha); /* 31 */
75 void (GLAPIENTRYP Color4iv)(const GLint * v); /* 32 */
91 void (GLAPIENTRYP Indexi)(GLint
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxcontext.h79 GLint screen;
95 GLint feedbackBufSize; /* number of elements allocated */
97 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxcontext.h85 GLint screen;
101 GLint feedbackBufSize; /* number of elements allocated */
103 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxcontext.h85 GLint screen;
101 GLint feedbackBufSize; /* number of elements allocated */
103 GLint selectBufSize; /* number of elements allocated */
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_shaders.c37 GLint *length = NULL;
40 GLint hasNonLocalLen = READ_DATA(16, GLsizei);
41 GLint *pLocalLength = DATA_POINTER(20, GLint);
48 length = DATA_POINTER(pos, GLint);
86 GLint location = READ_DATA(8, GLint);
94 GLint location = READ_DATA(8, GLint);
96 const GLint *valu
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h128 GLint bufferName;
221 typedef void (*PFNGET_OBJECT_PARAMETERIV)( GLhandleARB obj, GLenum pname, GLint * params );
268 GLint drawCursor;
269 GLint cursorX, cursorY;
345 GLint currentBufferName;
408 extern void renderspu_SystemWindowSize( WindowInfo *window, GLint w, GLint h );
409 extern void renderspu_SystemGetWindowGeometry( WindowInfo *window, GLint *x, GLint *y, GLint *
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_linetemp.h73 GLint x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
74 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0];
75 GLint y0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1];
76 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1];
77 GLint dx, dy;
78 GLint numPixel
[all...]

Completed in 81 milliseconds

1234567891011>>