Lines Matching refs:texCube
236 deUint32 texCube = 2; in validTexCubeAttachmentsTest() local
237 context.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in validTexCubeAttachmentsTest()
242 …amebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], texCube, 0); in validTexCubeAttachmentsTest()
308 deUint32 texCube = 2; in invalidTexCubeAttachmentTest() local
309 context.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in invalidTexCubeAttachmentTest()
310 context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texCube, 0); in invalidTexCubeAttachmentTest()
314 context.deleteTextures(1, &texCube); in invalidTexCubeAttachmentTest()
315 …ebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in invalidTexCubeAttachmentTest()
487 deUint32 texCube = 1; in deleteTexCubeAttachedToBoundFboTest() local
488 ctx.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in deleteTexCubeAttachedToBoundFboTest()
489 …mebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in deleteTexCubeAttachedToBoundFboTest()
492 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToBoundFboTest()
494 ctx.deleteTextures(1, &texCube); in deleteTexCubeAttachedToBoundFboTest()
540 deUint32 texCube = 1; in deleteTexCubeAttachedToNotBoundFboTest() local
541 ctx.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in deleteTexCubeAttachedToNotBoundFboTest()
542 …mebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in deleteTexCubeAttachedToNotBoundFboTest()
545 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToNotBoundFboTest()
549 ctx.deleteTextures(1, &texCube); in deleteTexCubeAttachedToNotBoundFboTest()
554 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToNotBoundFboTest()