Searched refs:mDepthStencilFormat (Results 1 – 3 of 3) sorted by relevance
89 if(config->mDepthStencilFormat != sw::FORMAT_NULL) in initialize()93 …depthStencil = libGLESv2->createDepthStencil(width, height, config->mDepthStencilFormat, config->m… in initialize()97 …depthStencil = libGLES_CM->createDepthStencil(width, height, config->mDepthStencilFormat, config->… in initialize()
40 const sw::Format mDepthStencilFormat; variable
40 …: mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSample(m… in Config()