Searched refs:mDepthStencilFormat (Results 1 – 3 of 3) sorted by relevance
85 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()
41 const sw::Format mDepthStencilFormat; variable
38 …: mDisplayFormat(displayFormat), mRenderTargetFormat(renderTargetFormat), mDepthStencilFormat(dept… in Config()