Home | History | Annotate | Download | only in libEGL

Lines Matching full:depthstencil

55 	depthStencil = nullptr;
77 ASSERT(!backBuffer && !depthStencil);
99 depthStencil = libGLES_CM->createDepthStencil(width, height, config->mDepthStencilFormat, config->mSamples);
103 depthStencil = libGLESv2->createDepthStencil(width, height, config->mDepthStencilFormat, config->mSamples);
106 if(!depthStencil)
119 if(depthStencil)
121 depthStencil->release();
122 depthStencil = nullptr;
150 if(depthStencil)
152 depthStencil->addRef();
155 return depthStencil;
253 ASSERT(!frameBuffer && !backBuffer && !depthStencil);