Lines Matching refs:texCube
211 deUint32 texCube = 2; in validTexCubeAttachmentsTest() local
212 context.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in validTexCubeAttachmentsTest()
217 …amebufferTexture2D(GL_FRAMEBUFFER, attachmentPoints[pointNdx], cubeTargets[targetNdx], texCube, 0); in validTexCubeAttachmentsTest()
283 deUint32 texCube = 2; in invalidTexCubeAttachmentTest() local
284 context.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in invalidTexCubeAttachmentTest()
285 context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texCube, 0); in invalidTexCubeAttachmentTest()
289 context.deleteTextures(1, &texCube); in invalidTexCubeAttachmentTest()
290 …ebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in invalidTexCubeAttachmentTest()
435 deUint32 texCube = 1; in deleteTexCubeAttachedToBoundFboTest() local
436 ctx.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in deleteTexCubeAttachedToBoundFboTest()
437 …mebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in deleteTexCubeAttachedToBoundFboTest()
440 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToBoundFboTest()
442 ctx.deleteTextures(1, &texCube); in deleteTexCubeAttachedToBoundFboTest()
488 deUint32 texCube = 1; in deleteTexCubeAttachedToNotBoundFboTest() local
489 ctx.bindTexture(GL_TEXTURE_CUBE_MAP, texCube); in deleteTexCubeAttachedToNotBoundFboTest()
490 …mebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_CUBE_MAP_POSITIVE_X, texCube, 0); in deleteTexCubeAttachedToNotBoundFboTest()
493 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToNotBoundFboTest()
497 ctx.deleteTextures(1, &texCube); in deleteTexCubeAttachedToNotBoundFboTest()
502 …AttachmentParam(testCtx, ctx, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, texCube); in deleteTexCubeAttachedToNotBoundFboTest()