Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp22 …erval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult… in Config() argument
23 …ode), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSamp… in Config()
25 set(displayMode, minInterval, maxInterval, renderTargetFormat, depthStencilFormat, multiSample); in Config()
65 …erval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult… in set() argument
117 switch (depthStencilFormat) in set()
285 …l, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult… in add() argument
287 …displayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample… in add()
DConfig.h29 …l, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult…
32 …l, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult…
102 …l, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint mult…
DDisplay.cpp181 D3DFORMAT depthStencilFormat = depthStencilFormats[depthStencilIndex]; in initialize() local
182 …eviceType, currentDisplayMode.Format, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, depthStencilFormat); in initialize()
186 …cilMatch(mAdapter, mDeviceType, currentDisplayMode.Format, renderTargetFormat, depthStencilFormat); in initialize()
192 …currentDisplayMode, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthStencilFormat, 0); in initialize()