OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D3DFormat
(Results
1 - 6
of
6
) 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;
RenderTarget9.cpp
34
const d3d9::
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(description.Format);
47
const d3d9::
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(d3d9FormatInfo.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
...]
renderer9_utils.cpp
264
bool IsFormatChannelEquivalent(
D3DFORMAT
d3dformat
, GLenum format)
266
GLenum internalFormat = d3d9::GetD3DFormatInfo(
d3dformat
).internalFormat;
272
UINT adapter,
D3DFORMAT
adapterFormat)
509
GLuint ComputeBlockSize(
D3DFORMAT
format, GLuint width, GLuint height)
511
const
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(format);
517
void MakeValidSize(bool isImage,
D3DFORMAT
format, GLsizei *requestWidth, GLsizei *requestHeight, int *levelOffset)
519
const
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(format);
Image9.cpp
53
const d3d9::
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(sourceDesc.Format);
108
const d3d9::
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(desc.Format);
149
const d3d9::
D3DFormat
&d3dFormatInfo = d3d9::GetD3DFormatInfo(d3d9FormatInfo.texFormat);
173
const
D3DFORMAT
d3dFormat
= getD3DFormat();
180
d3d9::MakeValidSize(true,
d3dFormat
, &requestWidth, &requestHeight, &levelToFetch);
184
HRESULT result = device->CreateTexture(requestWidth, requestHeight, levelToFetch + 1, 0,
d3dFormat
,
250
D3DFORMAT
Image9::getD3DFormat() const
Renderer9.cpp
61
const
D3DFORMAT
D3DFMT_INTZ = ((
D3DFORMAT
)(MAKEFOURCC('I','N','T','Z')));
62
const
D3DFORMAT
D3DFMT_NULL = ((
D3DFORMAT
)(MAKEFOURCC('N','U','L','L')));
66
static const
D3DFORMAT
RenderTargetFormats[] =
76
static const
D3DFORMAT
DepthStencilFormats[] =
437
const d3d9::
D3DFormat
&renderTargetFormatInfo = d3d9::GetD3DFormatInfo(RenderTargetFormats[formatIndex]);
443
const d3d9::
D3DFormat
&depthStencilFormatInfo = d3d9::GetD3DFormatInfo(DepthStencilFormats[depthStencilIndex]);
589
HRESULT Renderer9::createIndexBuffer(UINT Length, DWORD Usage,
D3DFORMAT
Format, IDirect3DIndexBuffer9 **ppIndexBuffer)
[
all
...]
Completed in 212 milliseconds