Home
last modified time | relevance | path

Searched refs:shobj (Results 1 – 25 of 149) sorted by relevance

123456

/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dshader_object.c98 ShaderObject *shobj = NULL; in gl33_shader_object_compile() local
103 shobj = calloc(1, sizeof(*shobj) + sizeof(GLSLAttribute) * nattribs); in gl33_shader_object_compile()
104 shobj->gl_handle = gl_handle; in gl33_shader_object_compile()
105 shobj->stage = source->stage; in gl33_shader_object_compile()
106 shobj->num_attribs = nattribs; in gl33_shader_object_compile()
107 snprintf(shobj->debug_label, sizeof(shobj->debug_label), "Shader object #%i", gl_handle); in gl33_shader_object_compile()
118 return shobj; in gl33_shader_object_compile()
122 glDeleteShader(shobj->gl_handle); in gl33_shader_object_destroy()
127 free(shobj->attribs[i].name); in gl33_shader_object_destroy()
130 free(shobj); in gl33_shader_object_destroy()
[all …]
H A Dshader_object.h28 void gl33_shader_object_destroy(ShaderObject *shobj);
29 void gl33_shader_object_set_debug_label(ShaderObject *shobj, const char *label);
30 const char* gl33_shader_object_get_debug_label(ShaderObject *shobj);
/dports/dns/idnkit/idnkit-1.0-src/tools/runidn/
H A Dstub.c71 static shared_obj_t shobj[] = { variable
149 for (i = 0; shobj[i].name != NULL; i++) { in get_func_addr()
150 if (shobj[i].handle == NULL) { in get_func_addr()
151 TRACE(("stub: loading %s\n", shobj[i].name)); in get_func_addr()
152 shobj[i].handle = shared_obj_open(shobj[i].name); in get_func_addr()
154 if (shobj[i].handle != NULL) { in get_func_addr()
155 void *addr = shared_obj_findsym(shobj[i].handle, name); in get_func_addr()
158 name, shobj[i].name)); in get_func_addr()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c71 static shared_obj_t shobj[] = { variable
149 for (i = 0; shobj[i].name != NULL; i++) { in get_func_addr()
150 if (shobj[i].handle == NULL) { in get_func_addr()
151 TRACE(("stub: loading %s\n", shobj[i].name)); in get_func_addr()
152 shobj[i].handle = shared_obj_open(shobj[i].name); in get_func_addr()
154 if (shobj[i].handle != NULL) { in get_func_addr()
155 void *addr = shared_obj_findsym(shobj[i].handle, name); in get_func_addr()
158 name, shobj[i].name)); in get_func_addr()
/dports/devel/bsdbuild/bsdbuild-3.1/mk/
H A Dmkconcurrent.pl176 my $shobj = $src;
180 $shobj =~
182 push @shobjs, $shobj;
199 "$shobj: $SRC/$ndir/$src";
215 "$shobj: $SRC/$ndir/$src";
231 "$shobj: $SRC/$ndir/$src";
/dports/devel/bsdbuild/bsdbuild-3.1/
H A Dmkconcurrent.pl176 my $shobj = $src;
180 $shobj =~
182 push @shobjs, $shobj;
199 "$shobj: $SRC/$ndir/$src";
215 "$shobj: $SRC/$ndir/$src";
231 "$shobj: $SRC/$ndir/$src";
/dports/devel/agar/agar-1.5.0/mk/
H A Dmkconcurrent.pl177 my $shobj = $src;
181 $shobj =~
183 push @shobjs, $shobj;
200 "$shobj: $SRC/$ndir/$src";
216 "$shobj: $SRC/$ndir/$src";
232 "$shobj: $SRC/$ndir/$src";
/dports/games/taisei/taisei-1.3.2/src/resource/
H A Dshader_object.c146 ShaderObject *shobj = r_shader_object_compile(&ldata->source); in load_shader_object_end() local
149 if(shobj) { in load_shader_object_end()
151 r_shader_object_set_debug_label(shobj, basename); in load_shader_object_end()
158 return shobj; in load_shader_object_end()
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dlock.h198 #define SHOBJECT_LOCK(lt, reg, shobj, ndx) \ argument
199 HASHACCESS((lt)->osynch_tab, shobj, \
207 #define SHOBJECT_LOCK(lt, reg, shobj, ndx) \ argument
208 ndx = CDB___lock_lhash(shobj) % (reg)->table_size
/dports/editors/gedit/gedit-40.1/build-aux/osx/build/modulesets/patches/readline/
H A Dreadline62-00218 *** ../readline-6.2-patched/support/shobj-conf 2009-10-28 09:20:21.000000000 -0400
19 --- support/shobj-conf 2011-08-27 13:25:23.000000000 -0400
/dports/games/taisei/taisei-1.3.2/src/renderer/common/
H A Dbackend.h46 void (*shader_object_destroy)(ShaderObject *shobj);
47 void (*shader_object_set_debug_label)(ShaderObject *shobj, const char *label);
48 const char* (*shader_object_get_debug_label)(ShaderObject *shobj);
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_object.c86 Evas_Object *shobj; // shadow object member
873 cw->shobj = edje_object_add(e_comp->evas); in _e_comp_object_setup()
2338 edje_object_freeze(cw->shobj); in _e_comp_smart_hide()
2339 edje_object_play_set(cw->shobj, 0); in _e_comp_smart_hide()
2371 edje_object_thaw(cw->shobj); in _e_comp_smart_show()
2372 edje_object_play_set(cw->shobj, 1); in _e_comp_smart_show()
2461 evas_object_del(cw->shobj); in _e_comp_smart_del()
3364 if (!cw->shobj) return; in e_comp_object_frame_geometry_set()
3601 if (cw->shobj) in e_comp_object_frame_theme_set()
3674 edje_object_signal_emit(cw->shobj, sig, src); in e_comp_object_signal_emit()
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dlock.h178 #define SHOBJECT_LOCK(lt, reg, shobj, ndx) \ argument
179 ndx = CDB___lock_lhash(shobj) % (reg)->table_size
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
125 You should look at the existing stanzas in support/shobj-conf for ideas.
127 Once you have updated support/shobj-conf, re-run configure and type
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
125 You should look at the existing stanzas in support/shobj-conf for ideas.
127 Once you have updated support/shobj-conf, re-run configure and type
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
125 You should look at the existing stanzas in support/shobj-conf for ideas.
127 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
125 You should look at the existing stanzas in support/shobj-conf for ideas.
127 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
125 You should look at the existing stanzas in support/shobj-conf for ideas.
127 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A DREADME63 Configure calls the script support/shobj-conf to test whether or
67 will display a message asking you to update support/shobj-conf for
70 If you need to update support/shobj-conf, you will need to create
139 You should look at the existing stanzas in support/shobj-conf for ideas.
141 Once you have updated support/shobj-conf, re-run configure and type

123456