Lines Matching refs:tex3D
1239 deUint32 tex3D; in init()
1244 glGenTextures (1, &tex3D); in init()
1249 glBindTexture (GL_TEXTURE_3D, tex3D); in init()
1259 glFramebufferTextureLayer (-1, GL_COLOR_ATTACHMENT0, tex3D, 0, 1); in init()
1261 glFramebufferTextureLayer (GL_RENDERBUFFER, GL_COLOR_ATTACHMENT0, tex3D, 0, 1); in init()
1266 glFramebufferTextureLayer (GL_FRAMEBUFFER, -1, tex3D, 0, 1); in init()
1268 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_BACK, tex3D, 0, 1); in init()
1280 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex3D, 0, -1); in init()
1287 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex3D, 0, max3DTexSize); in init()
1300 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex3D, 0, 1); in init()
1304 glDeleteTextures (1, &tex3D); in init()