Lines Matching defs:depthStencilTex
582 deUint32 depthStencilTex = 0;
601 glGenTextures (1, &depthStencilTex);
602 glBindTexture (GL_TEXTURE_2D, depthStencilTex);
613 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, depthStencilTex, 0);
616 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, depthStencilTex, 0);
657 glBindTexture(GL_TEXTURE_2D, depthStencilTex);
938 deUint32 depthStencilTex = 0;
966 glGenTextures (1, &depthStencilTex);
967 glBindTexture (GL_TEXTURE_2D, depthStencilTex);
978 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, depthStencilTex, 0);
981 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, depthStencilTex, 0);
1029 glBindTexture(GL_TEXTURE_2D, depthStencilTex);