OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:D3DFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h
27
struct
D3DFormat
29
D3DFormat
();
43
const
D3DFormat
&GetD3DFormatInfo(
D3DFORMAT
format);
61
D3DFORMAT
texFormat;
62
D3DFORMAT
renderFormat;
formatutils9.cpp
23
const
D3DFORMAT
D3DFMT_INTZ = ((
D3DFORMAT
)(MAKEFOURCC('I', 'N', 'T', 'Z')));
24
const
D3DFORMAT
D3DFMT_NULL = ((
D3DFORMAT
)(MAKEFOURCC('N', 'U', 'L', 'L')));
42
typedef std::multimap<
D3DFORMAT
, D3D9FastCopyFormat> D3D9FastCopyMap;
54
typedef std::map<
D3DFORMAT
,
D3DFormat
> D3D9FormatInfoMap;
56
D3DFormat
::
D3DFormat
()
67
ColorCopyFunction
D3DFormat
::getFastCopyFunction(GLenum format, GLenum type) cons
[
all
...]
Completed in 74 milliseconds