OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depthStencilFormat
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h
71
GLenum
depthStencilFormat
;
Renderer11.cpp
453
DXGI_FORMAT
depthStencilFormat
= DepthStencilFormats[depthStencilIndex];
457
if (
depthStencilFormat
!= DXGI_FORMAT_UNKNOWN)
460
result = mDevice->CheckFormatSupport(
depthStencilFormat
, &formatSupport);
468
newConfig.
depthStencilFormat
= d3d11_gl::ConvertDepthStencilFormat(
depthStencilFormat
);
[
all
...]
Renderer9.cpp
570
D3DFORMAT
depthStencilFormat
= DepthStencilFormats[depthStencilIndex];
573
if(
depthStencilFormat
!= D3DFMT_UNKNOWN)
575
result = mD3d9->CheckDeviceFormat(mAdapter, mDeviceType, currentDisplayMode.Format, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE,
depthStencilFormat
);
580
if(
depthStencilFormat
!= D3DFMT_UNKNOWN)
582
result = mD3d9->CheckDepthStencilMatch(mAdapter, mDeviceType, currentDisplayMode.Format, renderTargetFormat,
depthStencilFormat
);
589
newConfig.
depthStencilFormat
= d3d9_gl::ConvertDepthStencilFormat(
depthStencilFormat
);
[
all
...]
Completed in 193 milliseconds