OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NineAdapter9
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h
49
struct
NineAdapter9
55
static inline struct
NineAdapter9
*
56
NineAdapter9
( void *data )
58
return (struct
NineAdapter9
*)data;
63
struct
NineAdapter9
**ppOut );
66
NineAdapter9_ctor( struct
NineAdapter9
*This,
71
NineAdapter9_dtor( struct
NineAdapter9
*This );
74
NineAdapter9_GetAdapterIdentifier( struct
NineAdapter9
*This,
79
NineAdapter9_CheckDeviceType( struct
NineAdapter9
*This,
86
NineAdapter9_CheckDeviceFormat( struct
NineAdapter9
*This
[
all
...]
adapter9.c
38
NineAdapter9_ctor( struct
NineAdapter9
*This,
100
NineAdapter9_dtor( struct
NineAdapter9
*This )
116
NineAdapter9_GetScreen( struct
NineAdapter9
*This,
150
NineAdapter9_GetAdapterIdentifier( struct
NineAdapter9
*This,
186
NineAdapter9_CheckDeviceType( struct
NineAdapter9
*This,
249
NineAdapter9_CheckDeviceFormat( struct
NineAdapter9
*This,
375
NineAdapter9_CheckDeviceMultiSampleType( struct
NineAdapter9
*This,
437
NineAdapter9_CheckDepthStencilMatch( struct
NineAdapter9
*This,
480
NineAdapter9_CheckDeviceFormatConversion( struct
NineAdapter9
*This,
518
NineAdapter9_GetDeviceCaps( struct
NineAdapter9
*This
[
all
...]
/external/mesa3d/src/gallium/targets/d3dadapter9/
drm.c
326
hr = NineAdapter9_new(&ctx->base, (struct
NineAdapter9
**)ppAdapter);
Completed in 138 milliseconds