Home | History | Annotate | Download | only in functional

Lines Matching defs:texCube

1207 	GLuint	texCube			= 0x1234;
1217 ctx.glGenTextures(1, &texCube);
1218 ctx.glBindTexture(GL_TEXTURE_CUBE_MAP, texCube);
1247 ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, maxSize);
1256 ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, texCube, maxTexCubeSize + 1);
1258 ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, texCube, -1);
1274 ctx.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texCube, 0);
1279 ctx.glDeleteTextures(1, &texCube);
1563 deUint32 texCube = 0x1234;
1654 ctx.glGenTextures (1, &texCube);
1657 ctx.glBindTexture (GL_TEXTURE_CUBE_MAP, texCube);
1669 ctx.glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, texCube, 0, maxCubeTexSize);
1679 ctx.glDeleteTextures (1, &texCube);