OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKE_DDHRESULT
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9.h
42
#define
MAKE_DDHRESULT
(code) MAKE_HRESULT(1, _FACDD, code)
45
D3DXERR_CANNOTMODIFYINDEXBUFFER =
MAKE_DDHRESULT
(2900),
46
D3DXERR_INVALIDMESH =
MAKE_DDHRESULT
(2901),
47
D3DXERR_CANNOTATTRSORT =
MAKE_DDHRESULT
(2902),
48
D3DXERR_SKINNINGNOTSUPPORTED =
MAKE_DDHRESULT
(2903),
49
D3DXERR_TOOMANYINFLUENCES =
MAKE_DDHRESULT
(2904),
50
D3DXERR_INVALIDDATA =
MAKE_DDHRESULT
(2905),
51
D3DXERR_LOADEDMESHASNODATA =
MAKE_DDHRESULT
(2906),
52
D3DXERR_DUPLICATENAMEDFRAGMENT =
MAKE_DDHRESULT
(2907),
53
D3DXERR_CANNOTREMOVELASTITEM =
MAKE_DDHRESULT
(2908)
[
all
...]
dxfile.h
264
#define
MAKE_DDHRESULT
( code ) MAKE_HRESULT( 1, _FACDD, code )
268
#define DXFILEERR_BADOBJECT
MAKE_DDHRESULT
(850)
269
#define DXFILEERR_BADVALUE
MAKE_DDHRESULT
(851)
270
#define DXFILEERR_BADTYPE
MAKE_DDHRESULT
(852)
271
#define DXFILEERR_BADSTREAMHANDLE
MAKE_DDHRESULT
(853)
272
#define DXFILEERR_BADALLOC
MAKE_DDHRESULT
(854)
273
#define DXFILEERR_NOTFOUND
MAKE_DDHRESULT
(855)
274
#define DXFILEERR_NOTDONEYET
MAKE_DDHRESULT
(856)
275
#define DXFILEERR_FILENOTFOUND
MAKE_DDHRESULT
(857)
276
#define DXFILEERR_RESOURCENOTFOUND
MAKE_DDHRESULT
(858
[
all
...]
d3drm.h
[
all
...]
ddraw.h
81
#define
MAKE_DDHRESULT
( code ) MAKE_HRESULT( 1, _FACDD, code )
83
#define DDERR_ALREADYINITIALIZED
MAKE_DDHRESULT
( 5 )
84
#define DDERR_CANNOTATTACHSURFACE
MAKE_DDHRESULT
( 10 )
85
#define DDERR_CANNOTDETACHSURFACE
MAKE_DDHRESULT
( 20 )
86
#define DDERR_CURRENTLYNOTAVAIL
MAKE_DDHRESULT
( 40 )
87
#define DDERR_EXCEPTION
MAKE_DDHRESULT
( 55 )
89
#define DDERR_HEIGHTALIGN
MAKE_DDHRESULT
( 90 )
90
#define DDERR_INCOMPATIBLEPRIMARY
MAKE_DDHRESULT
( 95 )
91
#define DDERR_INVALIDCAPS
MAKE_DDHRESULT
( 100 )
92
#define DDERR_INVALIDCLIPLIST
MAKE_DDHRESULT
( 110
[
all
...]
d3d.h
102
#define D3DERR_BADMAJORVERSION
MAKE_DDHRESULT
(700)
103
#define D3DERR_BADMINORVERSION
MAKE_DDHRESULT
(701)
104
#define D3DERR_INVALID_DEVICE
MAKE_DDHRESULT
(705)
105
#define D3DERR_INITFAILED
MAKE_DDHRESULT
(706)
106
#define D3DERR_DEVICEAGGREGATED
MAKE_DDHRESULT
(707)
107
#define D3DERR_EXECUTE_CREATE_FAILED
MAKE_DDHRESULT
(710)
108
#define D3DERR_EXECUTE_DESTROY_FAILED
MAKE_DDHRESULT
(711)
109
#define D3DERR_EXECUTE_LOCK_FAILED
MAKE_DDHRESULT
(712)
110
#define D3DERR_EXECUTE_UNLOCK_FAILED
MAKE_DDHRESULT
(713)
111
#define D3DERR_EXECUTE_LOCKED
MAKE_DDHRESULT
(714
[
all
...]
Completed in 124 milliseconds