Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp85 if(config->mDepthStencilFormat != sw::FORMAT_NULL) in initialize()
89 …depthStencil = libGLES_CM->createDepthStencil(width, height, config->mDepthStencilFormat, config->… in initialize()
93 …depthStencil = libGLESv2->createDepthStencil(width, height, config->mDepthStencilFormat, config->m… in initialize()
DConfig.h41 const sw::Format mDepthStencilFormat; variable
DConfig.cpp38 …: mDisplayFormat(displayFormat), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(dept… in Config()