Searched refs:GL_FALSE (Results 76 - 100 of 130) sorted by relevance

123456

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_texture.c66 const int is_distrib = ((type == GL_TRUE) || (type == GL_FALSE));
142 int is_distrib = ( (type == GL_TRUE) || (type == GL_FALSE) ) ;
218 int is_distrib = ( (type == GL_TRUE) || (type == GL_FALSE) ) ;
506 return GL_FALSE;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_fog.c31 f->enable = GL_FALSE;
H A Dstate_lists.c24 l->newEnd = GL_FALSE;
359 GLboolean backIsSet = GL_FALSE, frontIsSet = GL_FALSE;
434 backIsSet = GL_FALSE, frontIsSet = GL_FALSE;
1328 return GL_FALSE;
1332 return GL_FALSE;
H A Dstate_current.c54 c->inBeginEnd = GL_FALSE;
154 c->inBeginEnd = GL_FALSE;
H A Dstate_pixel.c21 p->mapColor = GL_FALSE;
22 p->mapStencil = GL_FALSE;
83 p->mapColor = (GLboolean) ((param == 0.0f) ? GL_FALSE : GL_TRUE);
86 p->mapStencil = (GLboolean) ((param == 0.0f) ? GL_FALSE : GL_TRUE);
H A Dstate_texture.c117 t->unit[i].enabled1D = GL_FALSE;
118 t->unit[i].enabled2D = GL_FALSE;
119 t->unit[i].enabled3D = GL_FALSE;
120 t->unit[i].enabledCubeMap = GL_FALSE;
122 t->unit[i].enabledRect = GL_FALSE;
124 t->unit[i].textureGen.s = GL_FALSE;
125 t->unit[i].textureGen.t = GL_FALSE;
126 t->unit[i].textureGen.r = GL_FALSE;
127 t->unit[i].textureGen.q = GL_FALSE;
1385 tobj->generateMipmap = param[0] ? GL_TRUE : GL_FALSE;
[all...]
H A Dstate_rasterpos.c51 c->rasterValid = GL_FALSE;
H A Dstate_transform.c142 t->normalize = GL_FALSE;
153 t->clip[i] = GL_FALSE;
158 t->rescaleNormals = GL_FALSE;
161 t->rasterPositionUnclipped = GL_FALSE;
H A Dstate_diff.c190 diff_api.PixelTransferi (GL_MAP_STENCIL, GL_FALSE);
333 diff_api.PixelTransferi (GL_MAP_STENCIL, GL_FALSE);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h110 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dxmesa_xf86.h196 #define CHECK_FOR_HPCR(__v) GL_FALSE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h110 #define __GLX_NOTE_FLUSHED_CMDS(glxc) glxc->hasUnflushedCommands = GL_FALSE
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c463 context->haveWindowPosARB = GL_FALSE;
473 window->mapPending = GL_FALSE;
577 return GL_FALSE;
602 return GL_FALSE;
612 return GL_FALSE;
1076 return GL_FALSE;
1268 firstCall = GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp955 crServerVBoxCompositionSetEnableStateGlobal(GL_FALSE);
1072 crServerVBoxCompositionSetEnableStateGlobal(GL_FALSE);
1230 crServerVBoxCompositionSetEnableStateGlobal(GL_FALSE);
1270 crServerVBoxCompositionSetEnableStateGlobal(GL_FALSE);
1339 crVBoxServerSetOffscreenRendering(GL_FALSE);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c230 {WINED3DFMT_R32_FLOAT, WINED3D_FFP_EMIT_FLOAT1, 1, GL_FLOAT, 1, GL_FALSE, sizeof(float)},
231 {WINED3DFMT_R32G32_FLOAT, WINED3D_FFP_EMIT_FLOAT2, 2, GL_FLOAT, 2, GL_FALSE, sizeof(float)},
232 {WINED3DFMT_R32G32B32_FLOAT, WINED3D_FFP_EMIT_FLOAT3, 3, GL_FLOAT, 3, GL_FALSE, sizeof(float)},
233 {WINED3DFMT_R32G32B32A32_FLOAT, WINED3D_FFP_EMIT_FLOAT4, 4, GL_FLOAT, 4, GL_FALSE, sizeof(float)},
235 {WINED3DFMT_R8G8B8A8_UINT, WINED3D_FFP_EMIT_UBYTE4, 4, GL_UNSIGNED_BYTE, 4, GL_FALSE, sizeof(BYTE)},
236 {WINED3DFMT_R16G16_SINT, WINED3D_FFP_EMIT_SHORT2, 2, GL_SHORT, 2, GL_FALSE, sizeof(short int)},
237 {WINED3DFMT_R16G16B16A16_SINT, WINED3D_FFP_EMIT_SHORT4, 4, GL_SHORT, 4, GL_FALSE, sizeof(short int)},
243 {WINED3DFMT_R10G10B10A2_UINT, WINED3D_FFP_EMIT_UDEC3, 3, GL_UNSIGNED_SHORT, 3, GL_FALSE, sizeof(short int)},
245 {WINED3DFMT_R16G16_FLOAT, WINED3D_FFP_EMIT_FLOAT16_2, 2, GL_FLOAT, 2, GL_FALSE, sizeof(GLhalfNV)},
246 {WINED3DFMT_R16G16B16A16_FLOAT, WINED3D_FFP_EMIT_FLOAT16_4, 4, GL_FLOAT, 4, GL_FALSE, sizeo
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h356 CR_GET_BUFFERED_POINTER_NO_BEGINEND_FLUSH( pc, len, GL_FALSE ); \
370 CR_GET_BUFFERED_POINTER_NO_BEGINEND_FLUSH( pc, len, GL_FALSE ); \
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp1374 AssertCompile(GL_FALSE == 0);
2987 pSave->fSwapBytes = GL_FALSE;
2989 Assert(pSave->fSwapBytes == GL_FALSE);
2991 pSave->fLsbFirst = GL_FALSE;
2993 Assert(pSave->fLsbFirst == GL_FALSE);
3025 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_SWAP_BYTES, GL_FALSE), pState, pContext);
3027 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE), pState, pContext);
3309 pSave->fSwapBytes = GL_FALSE;
3311 Assert(pSave->fSwapBytes == GL_FALSE);
3313 pSave->fLsbFirst = GL_FALSE;
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp335 glDepthMask(GL_FALSE);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_vbtmp.h429 return GL_FALSE;
460 return GL_FALSE;
467 return GL_FALSE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c220 {WINED3DFMT_R32_FLOAT, WINED3D_FFP_EMIT_FLOAT1, 1, GL_FLOAT, 1, GL_FALSE, sizeof(float)},
221 {WINED3DFMT_R32G32_FLOAT, WINED3D_FFP_EMIT_FLOAT2, 2, GL_FLOAT, 2, GL_FALSE, sizeof(float)},
222 {WINED3DFMT_R32G32B32_FLOAT, WINED3D_FFP_EMIT_FLOAT3, 3, GL_FLOAT, 3, GL_FALSE, sizeof(float)},
223 {WINED3DFMT_R32G32B32A32_FLOAT, WINED3D_FFP_EMIT_FLOAT4, 4, GL_FLOAT, 4, GL_FALSE, sizeof(float)},
225 {WINED3DFMT_R8G8B8A8_UINT, WINED3D_FFP_EMIT_UBYTE4, 4, GL_UNSIGNED_BYTE, 4, GL_FALSE, sizeof(BYTE)},
226 {WINED3DFMT_R16G16_SINT, WINED3D_FFP_EMIT_SHORT2, 2, GL_SHORT, 2, GL_FALSE, sizeof(short int)},
227 {WINED3DFMT_R16G16B16A16_SINT, WINED3D_FFP_EMIT_SHORT4, 4, GL_SHORT, 4, GL_FALSE, sizeof(short int)},
233 {WINED3DFMT_R10G10B10A2_UINT, WINED3D_FFP_EMIT_UDEC3, 3, GL_UNSIGNED_SHORT, 3, GL_FALSE, sizeof(short int)},
235 {WINED3DFMT_R16G16_FLOAT, WINED3D_FFP_EMIT_FLOAT16_2, 2, GL_FLOAT, 2, GL_FALSE, sizeof(GLhalfNV)},
236 {WINED3DFMT_R16G16B16A16_FLOAT, WINED3D_FFP_EMIT_FLOAT16_4, 4, GL_FLOAT, 4, GL_FALSE, sizeo
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c178 mural->viewportValidated = GL_FALSE;*/
325 crStateSetTextureUsed(value, GL_FALSE);
331 crStatePinTexture(value, GL_FALSE);
922 rc = crServerVBoxBlitterTexInit(ctx, mural, &ReadTex, GL_FALSE);
1904 crServerSpriteCoordReplEnable(GL_FALSE);
1919 crServerSpriteCoordReplEnable(GL_FALSE);
1933 crServerSpriteCoordReplEnable(GL_FALSE);
H A Dserver_muralfbo.cpp82 static GLboolean fInited = GL_FALSE;
83 static GLboolean fSupported = GL_FALSE;
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_pointers.c427 int is_distrib = ((type == GL_TRUE) || (type == GL_FALSE));
455 int is_distrib = ((type == GL_TRUE) || (type == GL_FALSE));
530 int is_distrib = ((type == GL_TRUE) || (type == GL_FALSE));
H A Ddlm_bbox.c410 static GLboolean tableInitialized = GL_FALSE;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dnet.c1061 packing.swapBytes = GL_FALSE;
1062 packing.psLSBFirst = GL_FALSE;

Completed in 159 milliseconds

123456