Searched refs:GLenum (Results 151 - 175 of 471) sorted by relevance

1234567891011>>

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_calllists.h17 crExpandCallLists(GLsizei n, GLenum type, const GLvoid *lists,
21 crExpandCallListsWithData(GLsizei n, GLenum type, const GLvoid *lists,
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_regcombiner.h20 GLenum a, b, c, d;
21 GLenum aMapping, bMapping, cMapping, dMapping;
22 GLenum aPortion, bPortion, cPortion, dPortion;
23 GLenum scale, bias;
24 GLenum abOutput, cdOutput, sumOutput;
42 GLenum a, b, c, d, e, f, g;
43 GLenum aMapping, bMapping, cMapping, dMapping, eMapping, fMapping, gMapping;
44 GLenum aPortion, bPortion, cPortion, dPortion, ePortion, fPortion, gPortion;
H A Dcr_texture.h49 GLenum format;
50 GLenum type;
62 GLenum target;
70 GLenum minFilter, magFilter;
71 GLenum wrapS, wrapT;
73 GLenum wrapR;
84 GLenum depthMode;
87 GLenum compareMode;
88 GLenum compareFunc;
140 GLenum envMod
[all...]
H A Dcr_bufferobject.h35 GLenum usage;
36 GLenum access;
58 DECLEXPORT(CRBufferObject *) crStateGetBoundBufferObject(GLenum target, CRBufferObjectState *b);
59 DECLEXPORT(GLboolean) crStateIsBufferBound(GLenum target);
61 DECLEXPORT(GLboolean) crStateIsBufferBoundForCtx(struct CRContext *g, GLenum target);
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_point.c13 static GLboolean __handlePointDataf( GLenum pname, const GLfloat *params )
41 WRITE_DATA( 4, GLenum, CR_POINTPARAMETERFVARB_EXTEND_OPCODE );
42 WRITE_DATA( 8, GLenum, pname );
52 void PACK_APIENTRY crPackPointParameterfvARB(GLenum pname, const GLfloat *params)
62 static GLboolean __handlePointDatai( GLenum pname, const GLint *params )
90 WRITE_DATA( 4, GLenum, CR_POINTPARAMETERIV_EXTEND_OPCODE );
91 WRITE_DATA( 8, GLenum, pname );
101 void PACK_APIENTRY crPackPointParameteriv(GLenum pname, const GLint *params)
H A Dpack_pixels.c15 GLenum format, GLenum type,
44 WRITE_DATA( 8, GLenum, format );
45 WRITE_DATA( 12, GLenum, type );
61 GLsizei height, GLenum format,
62 GLenum type, GLvoid *pixels,
96 WRITE_DATA( 16, GLenum, format );
97 WRITE_DATA( 20, GLenum, type );
157 GLenum format, GLenum typ
[all...]
H A Dpack_swap_lists.c11 static int __gl_CallListsNumBytes( GLenum type )
33 void PACK_APIENTRY crPackCallListsSWAP(GLint n, GLenum type,
58 WRITE_DATA( 4, GLenum, SWAP32(type) );
87 void PACK_APIENTRY crPackNewListSWAP( GLuint list, GLenum mode )
95 WRITE_DATA( 4, GLenum, SWAP32(CR_NEWLIST_EXTEND_OPCODE) );
97 WRITE_DATA( 12, GLenum, SWAP32(mode) );
112 WRITE_DATA( 4, GLenum, SWAP32(CR_ENDLIST_EXTEND_OPCODE) );
H A Dpack_pixelmap.c11 static unsigned char * __gl_HandlePixelMapData(GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values)
26 WRITE_DATA( 0, GLenum, map );
39 void PACK_APIENTRY crPackPixelMapfv(GLenum map, GLsizei mapsize,
48 void PACK_APIENTRY crPackPixelMapuiv(GLenum map, GLsizei mapsize,
57 void PACK_APIENTRY crPackPixelMapusv(GLenum map, GLsizei mapsize,
H A Dpack_swap_pixelmap.c9 static unsigned char * __gl_HandlePixelMapData( GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values )
19 WRITE_DATA( 0, GLenum, SWAP32(map) );
37 void PACK_APIENTRY crPackPixelMapfvSWAP(GLenum map, GLsizei mapsize,
46 void PACK_APIENTRY crPackPixelMapuivSWAP(GLenum map, GLsizei mapsize,
55 void PACK_APIENTRY crPackPixelMapusvSWAP(GLenum map, GLsizei mapsize,
H A Dpack_feedback.c10 void PACK_APIENTRY crPackFeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer )
20 void PACK_APIENTRY crPackFeedbackBufferSWAP( GLsizei size, GLenum type, GLfloat *buffer )
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_texture.c93 (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imagesize, const GLvoid * data),
97 (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imagesize, const GLvoid * data),
101 (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imagesize, const GLvoid * data),
105 (GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imagesize, const GLvoid * data),
109 (GLenum target, GLint level, GLenum internalForma
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_pixelmap.c11 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
27 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
43 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
H A Dunpack_arrays.c25 GLenum type = READ_DATA( 12, GLenum );
34 GLenum type = READ_DATA( 12, GLenum );
42 GLenum type = READ_DATA( 8, GLenum );
50 GLenum type = READ_DATA( 8, GLenum );
66 GLenum type = READ_DATA( 12, GLenum );
[all...]
H A Dunpack_map.c14 GLenum target = READ_DATA( sizeof( int ) + 0, GLenum );
41 GLenum target = READ_DATA( sizeof( int ) + 0, GLenum );
59 GLenum target = READ_DATA( sizeof( int ) + 0, GLenum );
81 GLenum target = READ_DATA( sizeof( int ) + 0, GLenum );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Dswrast.h110 GLenum type );
116 GLenum format, GLenum type,
123 GLenum format, GLenum type,
131 GLbitfield mask, GLenum filter);
137 _swrast_Accum(GLcontext *ctx, GLenum op, GLfloat value);
177 _swrast_render_primitive( GLcontext *ctx, GLenum mode );
209 _swrast_CopyConvolutionFilter2D(GLcontext *ctx, GLenum target,
210 GLenum internalForma
[all...]
/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 level, GLint base, GLint max, const void *data);
296 GLAPI GLint GLAPIENTRY gluBuild2DMipmaps (GLenum targe
[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 level, GLint base, GLint max, const void *data);
292 GLAPI GLint GLAPIENTRY gluBuild2DMipmaps (GLenum targe
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_bufferobject.c13 static void packspu_GetHostBufferSubDataARB( GLenum target, GLintptrARB offset, GLsizeiptrARB size, void * data )
26 packspu_MapBufferARB( GLenum target, GLenum access )
53 void PACKSPU_APIENTRY packspu_GetBufferSubDataARB( GLenum target, GLintptrARB offset, GLsizeiptrARB size, void * data )
74 packspu_UnmapBufferARB( GLenum target )
95 packspu_BufferDataARB(GLenum target, GLsizeiptrARB size, const GLvoid * data, GLenum usage)
103 packspu_BufferSubDataARB(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid * data)
112 packspu_GetBufferPointervARB(GLenum target, GLenum pnam
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dbuffers.h50 _mesa_DrawBuffer( GLenum mode );
53 _mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers);
56 _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers,
60 _mesa_readbuffer(GLcontext *ctx, GLenum buffer, GLint bufferIndex);
63 _mesa_ReadBuffer( GLenum mode );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_error.c15 void crStateError( int line, const char *file, GLenum error, const char *format, ... )
71 GLenum STATE_APIENTRY crStateGetError(void)
74 GLenum e = g->error;
H A Dstate_fence.c22 void APIENTRY crStateSetFenceNV(GLuint fence, GLenum condition)
40 void APIENTRY crStateGetFenceivNV(GLuint fence, GLenum pname, GLint *params)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxdrawable.h68 GLenum target;
69 GLenum format;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxdrawable.h68 GLenum target;
69 GLenum format;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxdrawable.h68 GLenum target;
69 GLenum format;
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.h27 extern void crdlmWarning( int line, char *file, GLenum error, char *format, ... );
29 extern void crdlm_error(int line, const char *file, GLenum error, const char *info);

Completed in 66 milliseconds

1234567891011>>