Searched refs:usage (Results 26 - 50 of 266) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dshader.c90 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage)
123 if (usage) FIXME("Usage %#x not implemented.\n", usage);
89 d3d8_vertex_shader_init(struct d3d8_vertex_shader *shader, struct d3d8_device *device, const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) argument
H A Dd3d8_private.h196 UINT depth, DWORD usage, enum wined3d_format_id format, enum wined3d_pool pool) DECLSPEC_HIDDEN;
224 D3DFORMAT format, DWORD flags, DWORD usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type,
238 UINT size, DWORD usage, DWORD fvf, D3DPOOL pool) DECLSPEC_HIDDEN;
251 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
263 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
265 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
267 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
292 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dconsole.c10 /** Current console usage */
33 ( console_usage & console->usage ) &&
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dfontcache.h58 long usage; member in struct:cacheinfo
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_bufferobject.c84 crPackBufferDataARB( target, bufObj->size, bufObj->pointer, bufObj->usage );
95 packspu_BufferDataARB(GLenum target, GLsizeiptrARB size, const GLvoid * data, GLenum usage) argument
98 crStateBufferDataARB(target, size, data, usage);
99 crPackBufferDataARB(target, size, data, usage);
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath1.c6 * usage: xpath1 <xml-file> <xpath-expr> [<known-ns-list>]
24 static void usage(const char *name);
34 usage(argv[0]);
44 usage(argv[0]);
59 * usage:
62 * Prints usage information.
65 usage(const char *name) { function
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dthrashgc.c180 static void usage(char *progname) { function
199 usage(progname);
208 usage(progname);
213 usage(progname);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinedxgi.idl60 [in] DXGI_USAGE usage,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dparseopt.h84 /** Command usage
89 const char *usage; member in struct:command_descriptor
101 * @v _usage Command usage
114 .usage = _usage, \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c45 TRACE(" usage: %s (%#x)\n", debug_d3ddeclusage(element->usage), element->usage);
102 switch(element->usage)
239 e->usage = elements[i].usage;
242 if (e->usage == WINED3DDECLUSAGE_POSITIONT) declaration->position_transformed = TRUE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxWineEx.h39 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format,
45 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format,
51 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
100 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format,
106 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format,
112 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT Format, D3DPOOL Pool,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9tex.h197 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
199 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
201 UINT *depth, UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
204 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DTexture9 **texture);
206 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube);
208 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DVolumeTexture9 **volume);
247 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
251 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
257 UINT size, UINT miplevels, DWORD usage, D3DFORMAT format,
261 UINT size, UINT miplevels, DWORD usage, D3DFORMA
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9tex.h289 DWORD usage,
295 DWORD usage,
304 DWORD usage,
312 DWORD usage,
320 DWORD usage,
330 DWORD usage,
398 DWORD usage,
413 DWORD usage,
428 DWORD usage,
442 DWORD usage,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c47 TRACE(" usage: %s (%#x)\n", debug_d3ddeclusage(element->usage), element->usage);
85 switch(element->usage)
210 e->usage = elements[i].usage;
213 if (e->usage == WINED3D_DECL_USAGE_POSITIONT)
281 enum wined3d_format_id format_id, enum wined3d_decl_usage usage, UINT usage_idx)
293 elements[idx].usage = usage;
280 append_decl_element(struct wined3d_fvf_convert_state *state, enum wined3d_format_id format_id, enum wined3d_decl_usage usage, UINT usage_idx) argument
[all...]
/vbox/src/VBox/Devices/Network/scripts/
H A DVBoxPortForwarding.py46 usage = "usage: %prog --vm winXP -a 1 -p TCP -l 8080 -g 80 -P www"
47 parser = OptionParser(usage=usage)
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp208 static void usage(char *sProgName) function
210 RTPrintf("usage: %s [-fvl]\n", sProgName);
240 default : usage(argv[0]);
246 usage(argv[0]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexshader.c142 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage)
178 if (usage) FIXME("Usage %#x not implemented.\n", usage);
141 vertexshader_init(IDirect3DVertexShader8Impl *shader, IDirect3DDevice8Impl *device, const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) argument
H A Dd3d8_private.h232 UINT depth, DWORD usage, WINED3DFORMAT format, WINED3DPOOL pool) DECLSPEC_HIDDEN;
285 DWORD usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type, DWORD multisample_quality) DECLSPEC_HIDDEN;
320 UINT size, DWORD usage, DWORD fvf, D3DPOOL pool) DECLSPEC_HIDDEN;
345 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
385 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
408 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
431 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
529 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) DECLSPEC_HIDDEN;
/vbox/src/bldprogs/
H A Dpreload.cpp119 static int usage(const char *argv0) function
143 usage(argv[0]);
157 return usage(argv[0]);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DBPDG.py97 usage=st.LBL_BPDG_USAGE
115 EdkLogger.info(parser.usage)
/vbox/src/libs/libxml2-2.6.31/
H A DtestReader.c44 static void usage(const char *progname) { function
109 usage(argv[0]);
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp56 * Displays the program usage message.
73 /** Enumerate the different parts of the usage we might want to print out */
104 static RTEXITCODE usage(enum VBoxControlUsage eWhich = USAGE_ALL) function
608 usage(SET_VIDEO_MODE);
799 usage(SET_VIDEO_ACCEL);
914 usage(VIDEO_FLAGS);
944 usage(VIDEO_FLAGS);
1063 usage(LIST_CUST_MODES);
1091 usage(ADD_CUST_MODE);
1152 usage(REMOVE_CUST_MOD
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dvmconsole.c37 /* Set default console usage if applicable */
105 .usage = CONSOLE_VMWARE,
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_bufferobject.h35 GLenum usage; member in struct:__anon16173
44 /* bitfield representing the object usage. 1 means the object is used by the context with the given bitid */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h197 UINT depth, DWORD usage, enum wined3d_format_id format, enum wined3d_pool pool
227 D3DFORMAT format, DWORD flags, DWORD usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type,
246 UINT size, UINT usage, DWORD fvf, D3DPOOL pool) DECLSPEC_HIDDEN;
259 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
271 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
278 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
285 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool

Completed in 3062 milliseconds

1234567891011