Searched refs:linked (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h32 So we have to keep track of shaders statuses right before each program was linked as well as their "current" status.
35 /*@todo: check rare case when successfully linked and active program is relinked with failure*/
69 GLboolean validated, linked, deleted; member in struct:__anon16201
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_x86.s160 / Atomically push ElementP onto linked list ListP.
201 / Atomically pop ElementP off linked list ListP
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h68 /* note that 'right' is used by the tree node allocator as a ptr for linked list */
301 int linked; /* Has a FoLink already been established? */ member in struct:RuleRefNode::_rrnode
H A Dmisc.c493 * linked to same token number.
1289 if ( r->linked ) return;
1317 if ( !r->linked )
1320 r->linked = TRUE;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1276 GLint linked; local
1277 pCache->pDispatch->GetProgramiv(uiProgram, GL_LINK_STATUS, &linked);
1279 if(!linked)
1286 if (linked)
1297 Assert(linked);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c368 pProgram->linked = GL_FALSE;
587 pProgram->linked = GL_TRUE;
1387 if (pProgram->linked)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp713 GLint linked;
714 vboxglGetProgramiv(mProgram, GL_LINK_STATUS, &linked);
720 Assert(linked);
724 if(linked)
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh2066 # that are linked more than once (e.g. -la -lb -la)
2586 link_static=no # Whether the deplib will be linked statically
2853 # that the program can be linked against the static library.
2862 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
3048 # is implicitly linked in more than once by the
3540 # Transform deplibs into only deplibs that can be linked in shared.
3567 # whether they linked in statically or dynamically with ldd.
3822 $echo "*** application is linked with the -dlopen flag."
3839 $echo "*** automatically added whenever a program is linked with this library"
4092 # convenience libraries get linked i
[all...]
H A Dconfigure7873 *** depend on shared libraries, but programs linked with such libtool
7935 *** depend on shared libraries, but programs linked with such libtool
8629 # to version 4, is to share data among multiple programs linked
9511 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9512 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
10898 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10899 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
11315 # Whether dlopen of statically linked programs is supported.
11372 # Dependencies to place before the objects being linked to create a
11376 # Dependencies to place after the objects being linked t
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 975 milliseconds