OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDepthBufferFormat
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain.h
26
: mWindow(window), mShareHandle(shareHandle), mBackBufferFormat(backBufferFormat),
mDepthBufferFormat
(depthBufferFormat)
42
const GLenum
mDepthBufferFormat
;
SwapChain9.cpp
196
presentParameters.AutoDepthStencilFormat = gl_d3d9::ConvertRenderbufferFormat(
mDepthBufferFormat
);
247
if (
mDepthBufferFormat
!= GL_NONE)
250
gl_d3d9::ConvertRenderbufferFormat(
mDepthBufferFormat
),
SwapChain11.cpp
298
if (
mDepthBufferFormat
!= GL_NONE)
303
depthStencilDesc.Format = gl_d3d11::ConvertRenderbufferFormat(
mDepthBufferFormat
);
Completed in 34 milliseconds