Searched refs:GL_FALSE (Results 51 - 75 of 130) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h123 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h118 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lighting.c41 l->lighting = GL_FALSE;
43 l->colorMaterial = GL_FALSE;
67 l->lightModelLocalViewer = GL_FALSE;
68 l->lightModelTwoSide = GL_FALSE;
76 l->colorSumEXT = GL_FALSE;
83 l->light[i].enable = GL_FALSE;
200 l->lightModelLocalViewer = (GLboolean) (*param==0.0f?GL_FALSE:GL_TRUE);
203 l->lightModelTwoSide = (GLboolean) (*param==0.0f?GL_FALSE:GL_TRUE);
H A Dstate_stencil.c72 s->stencilTest = GL_FALSE;
75 s->stencilTwoSideEXT = GL_FALSE;
390 GLboolean backIsSet = GL_FALSE, frontIsSet = GL_FALSE, frontBackDirty, frontDirty, backDirty;
665 backIsSet = GL_FALSE, frontIsSet = GL_FALSE;
931 GLboolean backIsSet = GL_FALSE, frontIsSet = GL_FALSE, frontBackDirty, frontDirty, backDirty;
1195 backIsSet = GL_FALSE, frontIsSet = GL_FALSE;
[all...]
H A Dstate_framebuffer.c33 ctx->shared->bFBOResyncNeeded = GL_FALSE;
366 else return GL_FALSE;
857 return GL_FALSE;
860 return framebuffer ? crHashtableIsKeyUsed(g->shared->fbTable, framebuffer) : GL_FALSE;
873 return GL_FALSE;
876 return renderbuffer ? crHashtableIsKeyUsed(g->shared->rbTable, renderbuffer) : GL_FALSE;
972 to->shared->bFBOResyncNeeded = GL_FALSE;
H A Dstate_buffer.c26 b->depthTest = GL_FALSE;
27 b->blend = GL_FALSE;
28 b->alphaTest = GL_FALSE;
32 b->logicOp = GL_FALSE;
34 b->indexLogicOp = GL_FALSE;
H A Dstate_point.c18 p->pointSmooth = GL_FALSE;
35 p->pointSprite = GL_FALSE;
38 p->coordReplacement[i] = GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_config.c54 cr_server.bUsePBOForReadback = GL_FALSE;
55 cr_server.bWindowsInitiallyHidden = GL_FALSE;
H A Dserver_main.c157 GLboolean fContextsDeleted = GL_FALSE;
227 fOldEnableDiff = crStateEnableDiffOnMakeCurrent(GL_FALSE);
389 cr_server.fCrCmdEnabled = GL_FALSE;
390 cr_server.fProcessingPendedCommands = GL_FALSE;
403 cr_server.bForceMakeCurrentOnClientSwitch = GL_FALSE;
432 cr_server.fRootVrOn = GL_FALSE;
484 return GL_FALSE;
497 cr_server.fCrCmdEnabled = GL_FALSE;
498 cr_server.fProcessingPendedCommands = GL_FALSE;
514 cr_server.bIsInLoadingState = GL_FALSE;
[all...]
H A Dserver_clear.c434 mural->bFbDraw = GL_FALSE;
468 mural->bFbDraw = GL_FALSE;
490 mural->bFbDraw = GL_FALSE;
H A Dserver_glsl.c46 GLint iCompileStatus = GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c300 return GL_FALSE;
308 return GL_FALSE;
361 return GL_FALSE;
369 return GL_FALSE;
708 return GL_FALSE;
858 CHECK_CARBON_RC_RETURN (status, "Render SPU (renderspu_SystemVBoxCreateWindow): CreateNewWindow Failed", GL_FALSE);
H A Drenderspu_cocoa.c75 return GL_FALSE;
262 return GL_FALSE;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c94 * \return \c GL_TRUE on success, or \c GL_FALSE on failure.
116 return GL_FALSE;
127 return GL_FALSE;
135 return GL_FALSE;
173 return GL_FALSE;
744 return GL_FALSE;
878 psp->dri2.enabled = GL_FALSE;
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c30 return GL_FALSE;
61 return GL_FALSE;
158 return GL_FALSE;
184 GL_FALSE, /* swapBytes */
185 GL_FALSE, /* psLSBFirst */
H A Dpackspu_context.c56 thread->bInjectThread = GL_FALSE;
73 thread->buffer.canBarf = thread->netServer.conn->Barf ? GL_TRUE : GL_FALSE;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h1173 return GL_FALSE;
1176 return GL_FALSE;
1181 GLboolean ok = GL_FALSE;
1229 ok = GL_FALSE;
1251 return GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c234 state->currentListMode = GL_FALSE;
688 return GL_FALSE;
712 * GL_FALSE if no list is being compiled, or GL_COMPILE if a
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h217 inSegment = GL_FALSE;
241 inSegment = GL_FALSE;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h105 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h100 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h100 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h100 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h100 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Didpool.c278 return GL_FALSE;

Completed in 79 milliseconds

123456