Home | History | Annotate | Download | only in egl

Lines Matching defs:depthBuffer

388 	tcu::TextureLevel				depthBuffer;
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
412 rr::clearMultisampleDepthBuffer(depthBuffer, CLEAR_DEPTH, rr::WindowRectangle(0, 0, width, height));
422 rr::MultisamplePixelBufferAccess::fromMultisampleAccess(depthBuffer.getAccess()),