Home
last modified time | relevance | path

Searched refs:mDisplayMode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.h35 const D3DDISPLAYMODE mDisplayMode; variable
DConfig.cpp23 …: mDisplayMode(displayMode), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthSte… in Config()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.cpp91 mState.viewportWidth = config->mDisplayMode.Width; in Context()
92 mState.viewportHeight = config->mDisplayMode.Height; in Context()
98 mState.scissorWidth = config->mDisplayMode.Width; in Context()
99 mState.scissorHeight = config->mDisplayMode.Height; in Context()