Searched refs:GLboolean (Results 151 - 175 of 363) sorted by relevance

1234567891011>>

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_glsl.c198 GLboolean SERVER_DISPATCH_APIENTRY crServerDispatchIsProgramARB( GLuint program )
200 GLboolean retval;
208 GLboolean SERVER_DISPATCH_APIENTRY
210 GLboolean *residences)
212 GLboolean retval;
213 GLboolean *res = (GLboolean *) crAlloc(n * sizeof(GLboolean));
229 crServerReturnValue(res, n * sizeof(GLboolean));
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h123 GLboolean bTexResyncNeeded;
124 GLboolean bVBOResyncNeeded;
125 GLboolean bFBOResyncNeeded;
202 GLboolean lineReset;
203 GLboolean lineLoop;
219 DECLEXPORT(GLboolean) crStateEnableDiffOnMakeCurrent(GLboolean fEnable);
301 DECLEXPORT(void) crStateSetTextureUsed(GLuint texture, GLboolean used);
302 DECLEXPORT(void) crStatePinTexture(GLuint texture, GLboolean pin);
324 DECLEXPORT(void) STATE_APIENTRY crStateShareContext(GLboolean valu
[all...]
H A Dcr_spu.h162 typedef GLboolean (*aglDestroyContextFunc_t)( AGLContext );
163 typedef GLboolean (*aglSetCurrentContextFunc_t)( AGLContext );
166 typedef GLboolean (*aglDescribePixelFormatFunc_t)( AGLPixelFormat, GLint, GLint * );
173 typedef GLboolean (*aglDescribeRendererFunc_t)( AGLRendererInfo, GLint, GLint * );
177 typedef GLboolean (*aglDisableFunc_t)( AGLContext, GLenum );
178 typedef GLboolean (*aglEnableFunc_t)( AGLContext, GLenum );
182 typedef GLboolean (*aglGetIntegerFunc_t)( AGLContext, GLenum, GLint* );
185 typedef GLboolean (*aglIsEnabledFunc_t)( AGLContext, GLenum );
190 typedef GLboolean (*aglSetDrawableFunc_t)( AGLContext, AGLDrawable );
191 typedef GLboolean (*aglSetFullScreenFunc_
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.h52 void cocoaViewShow(NativeNSViewRef pView, GLboolean fShowIt);
58 GLboolean cocoaViewNeedsEmptyPresent(NativeNSViewRef pView);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h28 GLboolean mapColor;
29 GLboolean mapStencil;
H A Dcr_feedback.h43 GLboolean hitFlag;
H A Dcr_occlude.h32 GLboolean active;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_compile_operation.h125 extern GLboolean
136 extern GLboolean
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo.h62 GLboolean _vbo_CreateContext( GLcontext *ctx );
105 GLboolean vbo_all_varyings_in_vbos( const struct gl_client_array *arrays[] );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_rendertmp.h186 GLboolean ef2 = EDGEFLAG_GET( ej2 );
187 GLboolean ef1 = EDGEFLAG_GET( ej1 );
188 GLboolean ef = EDGEFLAG_GET( ej );
226 GLboolean efs = EDGEFLAG_GET( ejs );
227 GLboolean ef1 = EDGEFLAG_GET( ej1 );
228 GLboolean ef = EDGEFLAG_GET( ej );
261 GLboolean efstart = EDGEFLAG_GET( ELT(start) );
262 GLboolean efcount = EDGEFLAG_GET( ELT(count-1) );
282 GLboolean ef = EDGEFLAG_GET( ELT(j) );
293 GLboolean ef
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_rendertmp.h195 GLboolean ef2 = EDGEFLAG_GET( ej2 );
196 GLboolean ef1 = EDGEFLAG_GET( ej1 );
197 GLboolean ef = EDGEFLAG_GET( ej );
233 GLboolean efs = EDGEFLAG_GET( ejs );
234 GLboolean ef1 = EDGEFLAG_GET( ej1 );
235 GLboolean ef = EDGEFLAG_GET( ej );
266 GLboolean efstart = EDGEFLAG_GET( ELT(start) );
267 GLboolean efcount = EDGEFLAG_GET( ELT(count-1) );
284 GLboolean ef = EDGEFLAG_GET( ELT(j) );
295 GLboolean ef
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl_driver.h35 GLboolean (WINE_GLAPI *p_glAreTexturesResident)(GLsizei,const GLuint*,GLboolean*);
82 void (WINE_GLAPI *p_glColorMask)(GLboolean,GLboolean,GLboolean,GLboolean);
94 void (WINE_GLAPI *p_glDepthMask)(GLboolean);
102 void (WINE_GLAPI *p_glEdgeFlag)(GLboolean);
104 void (WINE_GLAPI *p_glEdgeFlagv)(const GLboolean*);
132 void (WINE_GLAPI *p_glGetBooleanv)(GLenum,GLboolean*);
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_shaders.c236 void PACK_APIENTRY crPackUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
247 WRITE_DATA_AI(GLboolean, transpose);
253 void PACK_APIENTRY crPackUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
264 WRITE_DATA_AI(GLboolean, transpose);
270 void PACK_APIENTRY crPackUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
281 WRITE_DATA_AI(GLboolean, transpose);
287 void PACK_APIENTRY crPackUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
299 WRITE_DATA_AI(GLboolean, transpose);
305 void PACK_APIENTRY crPackUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
317 WRITE_DATA_AI(GLboolean, transpos
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl_driver.h35 GLboolean (WINE_GLAPI *p_glAreTexturesResident)(GLsizei,const GLuint*,GLboolean*);
82 void (WINE_GLAPI *p_glColorMask)(GLboolean,GLboolean,GLboolean,GLboolean);
94 void (WINE_GLAPI *p_glDepthMask)(GLboolean);
102 void (WINE_GLAPI *p_glEdgeFlag)(GLboolean);
104 void (WINE_GLAPI *p_glEdgeFlagv)(const GLboolean*);
132 void (WINE_GLAPI *p_glGetBooleanv)(GLenum,GLboolean*);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxserver.h110 void __glXsetEnterLeaveServerFuncs(void (*enter) (GLboolean),
111 void (*leave) (GLboolean));
112 void __glXenterServer(GLboolean rendering);
113 void __glXleaveServer(GLboolean rendering);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h145 void __glXsetEnterLeaveServerFuncs(void (*enter)(GLboolean),
146 void (*leave)(GLboolean));
147 void __glXenterServer(GLboolean rendering);
148 void __glXleaveServer(GLboolean rendering);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h138 void __glXsetEnterLeaveServerFuncs(void (*enter)(GLboolean),
139 void (*leave)(GLboolean));
140 void __glXenterServer(GLboolean rendering);
141 void __glXleaveServer(GLboolean rendering);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxserver.h112 void __glXsetEnterLeaveServerFuncs(void (*enter) (GLboolean),
113 void (*leave) (GLboolean));
114 void __glXenterServer(GLboolean rendering);
115 void __glXleaveServer(GLboolean rendering);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.h26 void dbglDumpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, GLboolean fBreak);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxdrawable.h92 GLboolean (*swapBuffers)(struct __GLXdrawablePrivateRec *);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxDbgGl.h26 void dbglDumpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, GLboolean fBreak);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_bufmgr.h114 int (*bo_map)(dri_bo *buf, GLboolean write_enable);
180 GLboolean debug; /**< Enables verbose debugging printouts */
190 int dri_bo_map(dri_bo *buf, GLboolean write_enable);
208 void dri_bufmgr_set_debug(dri_bufmgr *bufmgr, GLboolean enable_debug);
H A Dvblank.h59 GLboolean * missed_deadline );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dbufferobj.h81 extern GLboolean
85 extern GLboolean
134 extern GLboolean GLAPIENTRY
149 extern GLboolean GLAPIENTRY
H A Dqueryobj.h45 extern GLboolean GLAPIENTRY

Completed in 158 milliseconds

1234567891011>>