Searched refs:depthStencilFormat (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Config.cpp | 22 …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()
|
D | Config.h | 29 …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…
|
D | Display.cpp | 181 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()
|