Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp37 … displayFormat, EGLint minInterval, EGLint maxInterval, sw::Format renderTargetFormat, sw::Format … in Config() argument
38 …: mDisplayFormat(displayFormat), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(dept… in Config()
46 switch(renderTargetFormat) in Config()
114 UNREACHABLE(renderTargetFormat); in Config()
198 mFramebufferTargetAndroid = (displayFormat == renderTargetFormat) ? EGL_TRUE : EGL_FALSE; in Config()
336 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format … in add() argument
338 …Config config(displayFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFor… in add()
DConfig.h35 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format …
94 …Format, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format …
DDisplay.cpp172 sw::Format renderTargetFormat = renderTargetFormats[formatIndex]; in initialize() local
178 …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()