Home
last modified time | relevance | path

Searched refs:renderTargetFormat (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp39 … displayFormat, EGLint minInterval, EGLint maxInterval, sw::Format renderTargetFormat, sw::Format … in Config() argument
40 …: mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSample(m… in Config()
48 switch(renderTargetFormat) in Config()
116 UNREACHABLE(renderTargetFormat); in Config()
193 mFramebufferTargetAndroid = (displayFormat == renderTargetFormat) ? EGL_TRUE : EGL_FALSE; in Config()
331 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format … in add() argument
333 …Config conformantConfig(displayFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depth… in add()
DConfig.h35 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format …
93 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format …
DDisplay.cpp188 for(sw::Format renderTargetFormat : renderTargetFormats) in initialize() local
192 …configSet.add(currentDisplayFormat, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthS… in initialize()
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp183 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d… in CheckDepthStencilMatch() argument
185 …RMAT depthStencilFormat = %d", adapter, deviceType, adapterFormat, renderTargetFormat, depthStenci… in CheckDepthStencilMatch()
187 …return Direct3D9::CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, d… in CheckDepthStencilMatch()
DDirect3D9.hpp49 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d…
DDirect3D9Ex.hpp49 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d…
DDirect3D9.cpp192 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d… in CheckDepthStencilMatch() argument
194 …RMAT depthStencilFormat = %d", adapter, deviceType, adapterFormat, renderTargetFormat, depthStenci… in CheckDepthStencilMatch()
202 …return d3d9->CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, depthS… in CheckDepthStencilMatch()
206 …return CheckDepthStencilMatch(adapter, D3DDEVTYPE_HAL, adapterFormat, renderTargetFormat, depthSte… in CheckDepthStencilMatch()
/external/swiftshader/src/D3D8/
DDirect3D8.hpp41 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d…
DDirect3D8.cpp124 …adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat, D3DFORMAT d… in CheckDepthStencilMatch() argument
134 …return d3d8->CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, depthS… in CheckDepthStencilMatch()
138 …return CheckDepthStencilMatch(adapter, D3DDEVTYPE_HAL, adapterFormat, renderTargetFormat, depthSte… in CheckDepthStencilMatch()