Searched refs:renderTargetFormat (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | Config.cpp | 22 …ODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d… in Config() argument 23 …: mDisplayMode(displayMode), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthSte… in Config() 25 set(displayMode, minInterval, maxInterval, renderTargetFormat, depthStencilFormat, multiSample); in Config() 65 …ODE displayMode, EGLint minInterval, EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d… in set() argument 67 switch (renderTargetFormat) in set() 113 mConfigCaveat = (displayMode.Format == renderTargetFormat) ? EGL_NONE : EGL_SLOW_CONFIG; in set() 285 …layMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d… in add() argument 287 …Config config(displayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilForma… in add()
|
D | Config.h | 29 …layMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d… 32 …layMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d… 102 …layMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT d…
|
D | Display.cpp | 173 D3DFORMAT renderTargetFormat = renderTargetFormats[formatIndex]; in initialize() local 175 …eviceType, currentDisplayMode.Format, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, renderTargetFormat); in initialize() 186 …epthStencilMatch(mAdapter, mDeviceType, currentDisplayMode.Format, renderTargetFormat, depthStenci… in initialize() 192 …figSet.add(currentDisplayMode, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthStenci… in initialize()
|